Fri, 24 Jan 2014 11:50:33 +0000 8032456: vm/jni/Miscellaneous/misc001/misc00101m1/misc00101m1.html failing on OS X
alanb [Fri, 24 Jan 2014 11:50:33 +0000] rev 22572
8032456: vm/jni/Miscellaneous/misc001/misc00101m1/misc00101m1.html failing on OS X Reviewed-by: sla, chegar, psandoz
Thu, 23 Jan 2014 14:06:58 -0800 6516909: (cl spec) ClassLoader.loadClass() clarification to indicate it shouldn't be used for array classes
mchung [Thu, 23 Jan 2014 14:06:58 -0800] rev 22571
6516909: (cl spec) ClassLoader.loadClass() clarification to indicate it shouldn't be used for array classes Reviewed-by: alanb
Thu, 23 Jan 2014 14:04:52 -0800 4932272: (cl) Remove declaration of the unused private method ClassLoader.defineClass0
mchung [Thu, 23 Jan 2014 14:04:52 -0800] rev 22570
4932272: (cl) Remove declaration of the unused private method ClassLoader.defineClass0 Reviewed-by: alanb
Thu, 23 Jan 2014 15:17:36 +0100 6980984: java/lang/management/MemoryMXBean/MemoryManagement is not robust when getMax() returns -1
sjiang [Thu, 23 Jan 2014 15:17:36 +0100] rev 22569
6980984: java/lang/management/MemoryMXBean/MemoryManagement is not robust when getMax() returns -1 Reviewed-by: jbachorik, dfuchs
Thu, 23 Jan 2014 10:06:52 +0100 6309226: TEST: java/lang/management/ThreadMXBean/SynchronizationStatistics.java didn't check Thread.sleep
jbachorik [Thu, 23 Jan 2014 10:06:52 +0100] rev 22568
6309226: TEST: java/lang/management/ThreadMXBean/SynchronizationStatistics.java didn't check Thread.sleep Reviewed-by: dholmes, mchung
Wed, 22 Jan 2014 23:20:58 -0800 8032047: Fix static lint warnings in client libraries
darcy [Wed, 22 Jan 2014 23:20:58 -0800] rev 22567
8032047: Fix static lint warnings in client libraries 8032048: Add static lint warning to build of jdk repository Reviewed-by: pchelko, serb, erikj
Wed, 22 Jan 2014 17:40:58 -0500 8032502: java.time add @param tags to readObject
rriggs [Wed, 22 Jan 2014 17:40:58 -0500] rev 22566
8032502: java.time add @param tags to readObject Summary: Add @param tags Reviewed-by: lancea, darcy
Wed, 22 Jan 2014 11:03:44 -0800 8032397: Remove sun.misc.Ref
darcy [Wed, 22 Jan 2014 11:03:44 -0800] rev 22565
8032397: Remove sun.misc.Ref Reviewed-by: alanb
Wed, 22 Jan 2014 10:27:08 -0500 Merge
mullan [Wed, 22 Jan 2014 10:27:08 -0500] rev 22564
Merge
Tue, 21 Jan 2014 16:54:26 -0500 8028431: NullPointerException in DerValue.equals(DerValue)
asmotrak [Tue, 21 Jan 2014 16:54:26 -0500] rev 22563
8028431: NullPointerException in DerValue.equals(DerValue) Reviewed-by: mullan
Tue, 21 Jan 2014 08:36:12 +0100 6545321: [TESTBUG] jstatLineCounts4.sh has to be resilient to unexpected output
sla [Tue, 21 Jan 2014 08:36:12 +0100] rev 22562
6545321: [TESTBUG] jstatLineCounts4.sh has to be resilient to unexpected output Summary: Keep check for specific lines. Remove check for total number of lines. Reviewed-by: sla Contributed-by: mattias.tobiasson@oracle.com
Wed, 22 Jan 2014 09:36:11 +0000 7133499: (fc) FileChannel.read not preempted by asynchronous close on OS X
alanb [Wed, 22 Jan 2014 09:36:11 +0000] rev 22561
7133499: (fc) FileChannel.read not preempted by asynchronous close on OS X Reviewed-by: chegar
Thu, 06 Feb 2014 13:09:10 -0800 Added tag jdk9-b02 for changeset 22a10c3cb5f3
katleman [Thu, 06 Feb 2014 13:09:10 -0800] rev 22560
Added tag jdk9-b02 for changeset 22a10c3cb5f3
Wed, 05 Jul 2017 19:28:59 +0200 Merge
duke [Wed, 05 Jul 2017 19:28:59 +0200] rev 22559
Merge
Tue, 11 Feb 2014 11:26:05 -0800 Merge
lana [Tue, 11 Feb 2014 11:26:05 -0800] rev 22558
Merge
Wed, 05 Feb 2014 08:57:33 -0800 Merge
amurillo [Wed, 05 Feb 2014 08:57:33 -0800] rev 22557
Merge
Thu, 30 Jan 2014 14:01:45 +0100 Merge
ehelin [Thu, 30 Jan 2014 14:01:45 +0100] rev 22556
Merge
Wed, 29 Jan 2014 23:17:05 +0100 8028391: Make the Min/MaxHeapFreeRatio flags manageable
jwilhelm [Wed, 29 Jan 2014 23:17:05 +0100] rev 22555
8028391: Make the Min/MaxHeapFreeRatio flags manageable Summary: Made the flags Min- and MaxHeapFreeRatio manageable, and implemented support for these flags in ParallalGC. Reviewed-by: sla, mgerdin, brutisso
Wed, 15 Jan 2014 07:20:04 -0800 8031290: Adjust call to getisax() for additional words returned
jmasa [Wed, 15 Jan 2014 07:20:04 -0800] rev 22554
8031290: Adjust call to getisax() for additional words returned Reviewed-by: kvn, iveresov, twisti
Mon, 20 Jan 2014 10:55:54 +0100 8031686: G1: assert(_hrs.max_length() == _expansion_regions) failed
sjohanss [Mon, 20 Jan 2014 10:55:54 +0100] rev 22553
8031686: G1: assert(_hrs.max_length() == _expansion_regions) failed Summary: Using pointer_delta to avoid overflowing pointer calculation. Reviewed-by: jmasa, tschatzl
Mon, 27 Jan 2014 13:14:53 +0100 8030177: G1: Enable TLAB resizing
brutisso [Mon, 27 Jan 2014 13:14:53 +0100] rev 22552
8030177: G1: Enable TLAB resizing Reviewed-by: tschatzl, stefank, jmasa
Thu, 23 Jan 2014 14:47:23 +0100 8025856: Fix typos in the GC code
jwilhelm [Thu, 23 Jan 2014 14:47:23 +0100] rev 22551
8025856: Fix typos in the GC code Summary: Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
Tue, 14 Jan 2014 16:40:33 +0100 8032379: Remove the is_scavenging flag to process_strong_roots
mgerdin [Tue, 14 Jan 2014 16:40:33 +0100] rev 22550
8032379: Remove the is_scavenging flag to process_strong_roots Summary: Refactor the strong root processing to avoid using a boolean in addition to the ScanOption enum. Reviewed-by: stefank, tschatzl, ehelin, jmasa
Mon, 20 Jan 2014 12:56:18 +0100 8020277: Young GC could be extremely slow due to assertion in ObjectStartArray::object_starts_in_range
sjohanss [Mon, 20 Jan 2014 12:56:18 +0100] rev 22549
8020277: Young GC could be extremely slow due to assertion in ObjectStartArray::object_starts_in_range 8009462: Young GC's (ParNewGC and SerialGC) have unexpected variances. Summary: Removed the assertion slowing down GC. Reviewed-by: stefank, mgerdin
Mon, 20 Jan 2014 17:15:55 +0100 8031776: Remove the unnecessary enum GenRemSet::Name
ehelin [Mon, 20 Jan 2014 17:15:55 +0100] rev 22548
8031776: Remove the unnecessary enum GenRemSet::Name Reviewed-by: stefank, tschatzl, jwilhelm
Mon, 20 Jan 2014 11:47:53 +0100 8027746: Remove do_gen_barrier template parameter in G1ParCopyClosure
tschatzl [Mon, 20 Jan 2014 11:47:53 +0100] rev 22547
8027746: Remove do_gen_barrier template parameter in G1ParCopyClosure Summary: Remove the above mentioned template parameter and related unused code. Also remove some classes that are never used. Reviewed-by: stefank, mgerdin, jwilhelm
Mon, 20 Jan 2014 11:47:29 +0100 8027454: Do not traverse string table during G1 remark when treating them as strong roots during initial mark
tschatzl [Mon, 20 Jan 2014 11:47:29 +0100] rev 22546
8027454: Do not traverse string table during G1 remark when treating them as strong roots during initial mark Summary: Do not try to unlink string table entries unconditionally during remark. This is without side effects as the preceding initial mark always uses the string table as strong roots. Needs to be fixed with class unloading during concurrent mark. Reviewed-by: brutisso, mgerdin
Mon, 20 Jan 2014 11:47:07 +0100 8027476: Improve performance of Stringtable unlink
tschatzl [Mon, 20 Jan 2014 11:47:07 +0100] rev 22545
8027476: Improve performance of Stringtable unlink 8027455: Improve symbol table scan times during gc pauses Summary: Parallelize string table and symbol table scan during remark and full GC. Some additional statistics output if the experimental flag G1TraceStringSymbolTableScrubbing is set. Reviewed-by: mgerdin, coleenp, brutisso
Wed, 29 Jan 2014 19:54:44 -0500 Merge
hseigel [Wed, 29 Jan 2014 19:54:44 -0500] rev 22544
Merge
Tue, 28 Jan 2014 06:26:36 -0800 Merge
zgu [Tue, 28 Jan 2014 06:26:36 -0800] rev 22543
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip