log

age author description
Tue, 18 Aug 2015 17:32:10 +0200 jwilhelm 8130308: Too low memory usage in TestPromotionFromSurvivorToTenuredAfterMinorGC.java
Mon, 17 Aug 2015 13:55:02 +0200 jwilhelm 8133669: Remove unused code in Arguments
Sun, 16 Aug 2015 09:33:52 -0500 gziemski 8133678: test fails due to 'CICompilerCount=0 must be at least 1' missing from stdout/stderr
Mon, 17 Aug 2015 10:53:11 +0000 dsamersoff Merge
Mon, 17 Aug 2015 12:43:45 +0300 dsamersoff Merge
Mon, 17 Aug 2015 10:43:11 +0200 david 8133553: Running with -XX:+UseParallelGC -XX:OldSize=30k crashes jvm
Mon, 29 Jun 2015 11:11:12 +0200 stefank 8087324: Use semaphores when starting and stopping GC task threads
Mon, 29 Jun 2015 11:09:39 +0200 stefank 8087323: Unify and split the work gang classes
Fri, 14 Aug 2015 22:20:21 +0000 minqi Merge
Fri, 14 Aug 2015 20:40:48 +0000 minqi Merge
Fri, 14 Aug 2015 10:10:35 -0700 minqi 8130115: REDO - Reduce Symbol::_identity_hash to 2 bytes
Fri, 14 Aug 2015 19:23:27 +0000 coleenp Merge
Fri, 14 Aug 2015 15:08:55 -0400 coleenp 8133557: Missing test before a branch when checking for MethodCounters in TemplateTable::branch() on x86
Fri, 14 Aug 2015 04:21:37 +0200 dholmes Merge
Thu, 13 Aug 2015 22:08:40 -0400 dholmes 8029453: java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java failed by timeout
Thu, 13 Aug 2015 23:35:32 +0000 coleenp Merge
Thu, 13 Aug 2015 17:17:56 -0500 gziemski 8112746: Followup to JDK-8059557 (JEP 245)
Thu, 13 Aug 2015 09:32:01 +0200 asiebenborn 8133121: Move implementation of process_grey_object to concurrentMark.inline.hpp
Wed, 12 Aug 2015 14:18:12 -0400 mockner 8098791: Remove PrintClassStatistics and PrintMethodStatistics
Wed, 12 Aug 2015 16:32:29 +0200 david 8133193: Memory leak in G1 because G1RootProcessor doesn't have desctructor
Tue, 29 Sep 2015 16:51:31 +0200 rkennke Reworked C2 Shenandoah optimizer. Fixes some methods that couldn't be compiled, a SEGV caused by implicit null checks, and improves performance.
Fri, 25 Sep 2015 16:45:39 +0200 rkennke Resolve and update the referent field in Reference object during mark-compact.
Thu, 24 Sep 2015 12:49:23 +0200 rkennke Fix Shenandoah-improved CAS-obj intrinsic in C2.
Tue, 22 Sep 2015 23:47:24 +0200 rkennke Several small fixes to mark-compact. Most importantly, compact regions even if they are empty. That's important for properly setting their top after compaction.
Fri, 18 Sep 2015 15:44:29 +0200 rkennke Several smaller fixes to mark-compact: Fix derived pointers, more efficient next-compaction-region, initialize freed humongous regions correctly.
Wed, 16 Sep 2015 17:22:25 +0200 rkennke Use StoreLoad barrier after setting _do_full_gc flag. Makes sure that other threads see it when they ought to.
Wed, 16 Sep 2015 17:21:59 +0200 rkennke Implement barriers in new C2 intrinsics: multiplyToLen, squareToLen, mulAdd, montgomeryMultiply, montgomerySquare.
Wed, 16 Sep 2015 17:21:25 +0200 rkennke Update references in weak roots too, in mark-compact.
Wed, 16 Sep 2015 17:21:00 +0200 rkennke Don't do repeated write barrier on same object. Re-use the first that comes.
Wed, 16 Sep 2015 17:20:28 +0200 rkennke Eliminate barriers at parse time when possible.
Wed, 16 Sep 2015 17:19:55 +0200 rkennke Enable implicit null checks for write barriers.
Fri, 11 Sep 2015 18:36:30 +0200 rkennke Assert heap size consistency withing lock, to avoid race.
Fri, 11 Sep 2015 18:36:05 +0200 rkennke Fix small miscalculation when freeing humongous regions.
Fri, 11 Sep 2015 18:35:26 +0200 rkennke Only mark new objects during evacuation when updating refs early (i.e. when needed).
Tue, 08 Sep 2015 21:00:24 +0200 rkennke More efficient test for clear-bitmap. Print reset-bitmap trace in ShenandoahTracePhases.
Tue, 08 Sep 2015 20:59:48 +0200 rkennke Use release-store and load-acquire to read/write _do_full_gc field, to ensure consistency between GC and Java threads.
Tue, 08 Sep 2015 12:15:42 +0200 rkennke Don't pass timer to weak ref processor. We don't use those timings and it triggers asserts.
Tue, 08 Sep 2015 12:14:22 +0200 rkennke Only compact non-empty regions in ShenandoahMarkCompact.
Mon, 07 Sep 2015 23:43:31 +0200 rkennke Reset mark bitmap concurrently with Java threads and using all concurrent GC threads.
Mon, 07 Sep 2015 17:24:25 +0200 rkennke Merge
Mon, 07 Sep 2015 17:10:24 +0200 rkennke Merge from upstream
Thu, 03 Sep 2015 14:24:41 -0700 katleman Added tag jdk9-b80 for changeset 8e8377739c06
Thu, 27 Aug 2015 12:59:50 -0700 katleman Added tag jdk9-b79 for changeset e9e63d93bbfe jdk9-b80
Thu, 20 Aug 2015 12:30:20 -0700 lana Merge jdk9-b79
Thu, 13 Aug 2015 15:50:47 -0700 amurillo Merge
Thu, 13 Aug 2015 19:36:54 +0200 rbackman Merge
Tue, 11 Aug 2015 12:24:26 +0300 shade 8131682: C1 should use multibyte nops everywhere
Mon, 10 Aug 2015 10:39:19 -0700 kvn 8011858: Use Compile::live_nodes() instead of Compile::unique() in appropriate places
Mon, 10 Aug 2015 13:34:53 +0000 sla Merge
Mon, 10 Aug 2015 13:08:54 +0200 sla 8076470: Remove the JVM TI hprof Agent
Mon, 10 Aug 2015 13:56:27 +0300 dsamersoff Merge
Sun, 09 Aug 2015 13:38:24 +0300 ddmitriev 8132892: Memory must be freed after calling Arguments::set_sysclasspath function
Fri, 07 Aug 2015 17:14:26 -0700 mseledtsov 8133222: [TESTBUG] Quarantine runtime/SharedArchiveFile/SharedStrings.java until the fix
Sat, 08 Aug 2015 00:27:39 +0200 kbarrett Merge
Fri, 07 Aug 2015 09:15:42 -0400 ecaspole 8078904: CMS: Assert failed: Ctl pt invariant
Fri, 07 Aug 2015 23:01:50 +0200 tschatzl Merge
Fri, 07 Aug 2015 15:37:07 +0200 tschatzl 8133042: Remove some direct accesses of G1Allocator to G1CollectedHeap members
Fri, 07 Aug 2015 09:22:29 -0700 sspitsyn 8080401: Uninitialised variable in hotspot/src/os/solaris/dtrace/
Fri, 07 Aug 2015 09:21:32 -0700 sspitsyn 8033577: [parfait] warnings from b128 for hotspot/src/os/solaris/dtrace: Unportable format string argument mismatch
Thu, 06 Aug 2015 19:52:54 +0200 acorn Merge
Thu, 06 Aug 2015 13:02:15 -0400 acorn 8087342: Crash in klassItable::initialize_itable_for_interface
Thu, 06 Aug 2015 17:43:04 +0200 tschatzl Merge
Thu, 06 Aug 2015 15:52:33 +0200 tschatzl 8133047: Rename G1ParScanThreadState::_queue_num to _worker_id
Thu, 06 Aug 2015 15:49:52 +0200 tschatzl 8133043: Clean up code related to termination stats printing
Thu, 06 Aug 2015 15:49:50 +0200 tschatzl 8073052: Rename and clean up the allocation manager hierarchy in g1Allocator.?pp
Thu, 06 Aug 2015 16:00:55 +0200 kevinw Merge
Thu, 06 Aug 2015 00:08:57 -0700 kevinw 8075773: jps running as root fails after the fix of JDK-8050807
Thu, 06 Aug 2015 01:48:27 -0700 sspitsyn 8060245: update bsd version of jhelper.d to be in sync with the fix of 8009204 on solaris
Wed, 05 Aug 2015 21:44:54 -0400 dholmes 8130212: Thread::current() might access freed memory on Solaris
Wed, 05 Aug 2015 05:28:04 +0200 jiangli Merge
Fri, 31 Jul 2015 10:33:02 -0700 mseledtsov 8132214: [TESTBUG] Create basic shared strings test for CDS archive
Tue, 04 Aug 2015 06:52:46 -0700 ctornqvi 8132969: C++11 requires a space between literal and identifier
Thu, 20 Aug 2015 11:38:19 -0700 katleman Added tag jdk9-b78 for changeset 20dc06b04fe5
Thu, 13 Aug 2015 14:15:23 -0700 lana Merge jdk9-b78
Thu, 06 Aug 2015 13:00:44 -0700 amurillo Merge
Thu, 06 Aug 2015 16:28:08 +0000 rbackman Merge
Tue, 04 Aug 2015 13:41:09 +0200 roland Merge
Mon, 03 Aug 2015 05:05:40 -0400 adinn 8132875: AArch64: Fix error introduced into AArch64 CodeCache by commit for 8130309
Mon, 03 Aug 2015 09:39:29 +0200 zmajo 8132457: Unify command-line flags controlling the usage of compiler intrinsics
Wed, 18 Mar 2015 16:16:30 +0100 mhaupt 8004073: Implement C2 Ideal node specific dump() method
Wed, 29 Jul 2015 12:33:48 +0200 roland 8132525: java -client -XX:+TieredCompilation -XX:CICompilerCount=1 -version asserts since 8130858
Wed, 29 Jul 2015 08:05:21 +0200 thartmann 8130309: Need to bailout cleanly if creation of stubs fails when codecache is out of space
Tue, 04 Aug 2015 12:58:54 +0200 brutisso 8132953: imageDecompressor.hpp should not include precompiled.hpp
Mon, 03 Aug 2015 16:54:08 -0400 dholmes 8080298: Clean up os::...::supports_variable_stack_size()
Mon, 03 Aug 2015 11:12:57 +0200 sla 8132876: Increase PerfDataMemorySize to 64K
Fri, 31 Jul 2015 16:00:26 -0400 jiangli Merge
Fri, 31 Jul 2015 15:36:19 +0200 jbachorik 8129976: RunFinalizationTest.java times out frequently
Fri, 31 Jul 2015 07:11:11 +0000 minqi Merge
Fri, 31 Jul 2015 06:13:13 +0000 minqi Merge
Wed, 29 Jul 2015 15:08:42 -0700 minqi 8132242: LogTouchedMethods (8025692) asserts if TieredCompilation is off.
Thu, 30 Jul 2015 16:23:03 +0000 dsamersoff Merge
Thu, 30 Jul 2015 16:26:00 +0300 dsamersoff 8059036: Implement Diagnostic Commands for heap and finalizerinfo
Thu, 30 Jul 2015 12:41:39 +0300 akulyakh 8130527: Serviceability tests fails with Can't attach to process
Wed, 29 Jul 2015 22:59:03 -0400 jmanson 6661889: thread id on Linux is inconsistent in error and log outputs
Thu, 13 Aug 2015 12:20:05 -0700 katleman Added tag jdk9-b77 for changeset e66c3813789d
Thu, 06 Aug 2015 11:18:59 -0700 lana Merge jdk9-b77
Fri, 31 Jul 2015 10:15:02 -0700 amurillo Merge
Fri, 31 Jul 2015 12:13:57 +0200 jbachorik Merge
Mon, 27 Jul 2015 13:56:26 -0700 sangheki 8130459: Add additional validation after heap creation
Mon, 27 Jul 2015 14:05:55 -0400 kbarrett 8079082: VerifyNoCSetOopsClosure is derived twice from Closure
Mon, 27 Jul 2015 18:23:35 +0300 mchernov 8131343: Remove unused imports from hotspot/test/testlibrary/jdk/test/lib/*.java
Sat, 25 Jul 2015 02:22:32 +0200 kbarrett Merge
Thu, 23 Jul 2015 16:29:48 +0200 simonis 8132232: Signature mismatch between declaration and definition of PosixSemaphore::timedwait
Sat, 25 Jul 2015 00:36:45 +0200 jbachorik Merge
Fri, 24 Jul 2015 20:45:07 +0200 jbachorik Merge
Fri, 24 Jul 2015 10:32:00 -0400 ecaspole 8132148: G1 hs_err region dump legend out of sync with region values
Fri, 24 Jul 2015 03:50:48 +0000 coleenp Merge
Thu, 23 Jul 2015 22:31:10 -0400 coleenp Merge
Thu, 23 Jul 2015 15:18:56 -0400 coleenp 8087315: SIGBUS error in nsk/jvmti/RedefineClasses/StressRedefine
Fri, 24 Jul 2015 02:57:59 +0200 dcubed Merge
Thu, 23 Jul 2015 14:48:23 -0700 dcubed 8132286: change 'InlineNotify' flag option from "product" to "diagnostic"
Thu, 23 Jul 2015 21:33:29 +0200 coleenp Merge
Thu, 23 Jul 2015 15:17:58 -0400 coleenp 8082782: vm crash on StressRedefineWithoutBytecodeCorruption fails with assert(((Metadata*)obj)->is_valid()) failed: obj is valid
Thu, 23 Jul 2015 16:36:36 +0000 dsamersoff Merge
Thu, 23 Jul 2015 15:25:28 +0000 dsamersoff Merge
Thu, 23 Jul 2015 18:17:09 +0300 dsamersoff 8059038: Create new launcher for SA tools
Thu, 23 Jul 2015 05:48:26 -0700 goetz 8130676: [TESTBUG] aix: Port CreateCoreDumpOnCrash added in 8078121
Thu, 23 Jul 2015 11:14:47 +0200 tschatzl 8004687: G1: Parallelize object self-forwarding and scanning during an evacuation failure
Thu, 23 Jul 2015 11:14:24 +0200 ehelin 8131319: Move G1Allocator::_summary_bytes_used back to G1CollectedHeap
Thu, 23 Jul 2015 08:45:25 +0200 brutisso 8131600: heapdump/JMapHeap EXCEPTION_ACCESS_VIOLATION