Tue, 28 Jan 2014 11:22:25 -0800 lana Merge
Tue, 28 Jan 2014 09:42:05 -0800 darcy 8032733: Fix cast lint warnings in client libraries
Tue, 28 Jan 2014 12:50:53 +0400 dsamersoff 8022323: [JavaSecurityScanner] review package com.sun.management.* Native methods should be private
Mon, 27 Jan 2014 16:22:08 -0800 mchung 6760902: inconsistent behavior in system class loader for classes and resources
Mon, 27 Jan 2014 14:29:37 +0100 psandoz 8032779: Update code in java.lang to use newer language features
Mon, 27 Jan 2014 17:13:16 +0400 dsamersoff 8002116: This JdbReadTwiceTest.sh gets an exit 1
Mon, 27 Jan 2014 15:11:56 +0400 dsamersoff 8024049: com/sun/jdi/ProcessAttachTest.sh shortens 7-digit pid to 6-digit
Sat, 25 Jan 2014 18:16:33 +0800 weijun 8031572: jarsigner -verify exits with 0 when a jar file is not properly signed
Fri, 24 Jan 2014 11:03:15 -0800 darcy 8032616: Fix non-deprecation warnings in com.sun.beans.*
Fri, 24 Jan 2014 19:18:17 +0100 simonis 8032678: [TESTBUG] sun/misc/Version/Version.java doesn't understand two-digit HotSpot minor version numbers
Fri, 24 Jan 2014 21:29:25 +0400 kizune 8029646: [pack200] should support the new zip64 format.
Fri, 24 Jan 2014 07:16:53 -0800 darcy 8032627: Add @SuppressWarnings("serial") to appropriate javax.swing classes
Fri, 24 Jan 2014 13:54:16 +0000 alanb 8032451: (dc) DatagramChannel.join should support include-mode filtering on OS X
Fri, 24 Jan 2014 11:50:33 +0000 alanb 8032456: vm/jni/Miscellaneous/misc001/misc00101m1/misc00101m1.html failing on OS X
Thu, 23 Jan 2014 14:06:58 -0800 mchung 6516909: (cl spec) ClassLoader.loadClass() clarification to indicate it shouldn't be used for array classes
Thu, 23 Jan 2014 14:04:52 -0800 mchung 4932272: (cl) Remove declaration of the unused private method ClassLoader.defineClass0
Thu, 23 Jan 2014 15:17:36 +0100 sjiang 6980984: java/lang/management/MemoryMXBean/MemoryManagement is not robust when getMax() returns -1
Thu, 23 Jan 2014 10:06:52 +0100 jbachorik 6309226: TEST: java/lang/management/ThreadMXBean/SynchronizationStatistics.java didn't check Thread.sleep
Wed, 22 Jan 2014 23:20:58 -0800 darcy 8032047: Fix static lint warnings in client libraries
Wed, 22 Jan 2014 17:40:58 -0500 rriggs 8032502: java.time add @param tags to readObject
Wed, 22 Jan 2014 11:03:44 -0800 darcy 8032397: Remove sun.misc.Ref
Wed, 22 Jan 2014 10:27:08 -0500 mullan Merge
Tue, 21 Jan 2014 16:54:26 -0500 asmotrak 8028431: NullPointerException in DerValue.equals(DerValue)
Tue, 21 Jan 2014 08:36:12 +0100 sla 6545321: [TESTBUG] jstatLineCounts4.sh has to be resilient to unexpected output
Wed, 22 Jan 2014 09:36:11 +0000 alanb 7133499: (fc) FileChannel.read not preempted by asynchronous close on OS X
Thu, 06 Feb 2014 13:09:10 -0800 katleman Added tag jdk9-b02 for changeset 22a10c3cb5f3
Wed, 05 Jul 2017 19:28:59 +0200 duke Merge
Tue, 11 Feb 2014 11:26:05 -0800 lana Merge
Wed, 05 Feb 2014 08:57:33 -0800 amurillo Merge
Thu, 30 Jan 2014 14:01:45 +0100 ehelin Merge
Wed, 29 Jan 2014 23:17:05 +0100 jwilhelm 8028391: Make the Min/MaxHeapFreeRatio flags manageable
Wed, 15 Jan 2014 07:20:04 -0800 jmasa 8031290: Adjust call to getisax() for additional words returned
Mon, 20 Jan 2014 10:55:54 +0100 sjohanss 8031686: G1: assert(_hrs.max_length() == _expansion_regions) failed
Mon, 27 Jan 2014 13:14:53 +0100 brutisso 8030177: G1: Enable TLAB resizing
Thu, 23 Jan 2014 14:47:23 +0100 jwilhelm 8025856: Fix typos in the GC code
Tue, 14 Jan 2014 16:40:33 +0100 mgerdin 8032379: Remove the is_scavenging flag to process_strong_roots
Mon, 20 Jan 2014 12:56:18 +0100 sjohanss 8020277: Young GC could be extremely slow due to assertion in ObjectStartArray::object_starts_in_range
Mon, 20 Jan 2014 17:15:55 +0100 ehelin 8031776: Remove the unnecessary enum GenRemSet::Name
Mon, 20 Jan 2014 11:47:53 +0100 tschatzl 8027746: Remove do_gen_barrier template parameter in G1ParCopyClosure
Mon, 20 Jan 2014 11:47:29 +0100 tschatzl 8027454: Do not traverse string table during G1 remark when treating them as strong roots during initial mark
Mon, 20 Jan 2014 11:47:07 +0100 tschatzl 8027476: Improve performance of Stringtable unlink
Wed, 29 Jan 2014 19:54:44 -0500 hseigel Merge
Tue, 28 Jan 2014 06:26:36 -0800 zgu Merge
Tue, 28 Jan 2014 08:55:00 -0500 zgu 8032827: NMT: missing virtual memory tagging in os::workaround_expand_exec_shield_cs_limit()
Tue, 28 Jan 2014 11:42:30 +0000 dsamersoff Merge
Tue, 28 Jan 2014 14:45:39 +0400 dsamersoff 7010732: SA_ALTROOT only works if running the SA tools from their build directory.
Mon, 27 Jan 2014 23:12:13 -0500 coleenp 8028275: Metaspace ShrinkGrowTest causes fatal error if run with JFR
Tue, 21 Jan 2014 16:45:10 -0600 gziemski 7015395: [TESTBUG] runtime/6626217/Test6626217.sh fails if compilation happens fast enough for timestamps to be equal.
Mon, 27 Jan 2014 10:57:52 +0100 sla 8032662: test/compiler/ciReplay/TestSA.sh should report ulimit issues
Mon, 27 Jan 2014 13:46:54 +0400 dsamersoff 8032247: SA: Constantpool lookup for invokedynamic is not implemented
Fri, 24 Jan 2014 08:31:06 -0500 hseigel Merge
Fri, 24 Jan 2014 08:13:42 -0500 hseigel 8028553: The JVM should not throw VerifyError when 'overriding' a static final method in a superclass.
Fri, 24 Jan 2014 09:28:47 +0100 dsimms 8028280: ParkEvent leak when running modified runThese which only loads classes
Thu, 23 Jan 2014 16:02:14 -0500 gdub 8031427: AllocObject and Unsafe.allocateInstance segfault for primitive types
Thu, 23 Jan 2014 09:45:38 -0800 minqi Merge
Thu, 23 Jan 2014 09:40:32 -0800 minqi 6651256: jstack: DeleteGlobalRef method call doesn't lead to descreasing of global refs count shown by jstack
Thu, 23 Jan 2014 09:33:50 +0000 kevinw 8032466: serviceability/sa/jmap-hashcode/Test8028623.java fails with compilation errors
Thu, 23 Jan 2014 09:06:21 +0100 sla 8031968: Mac OS X: VM starts the agent by calling both Agent_OnAttach and Agent_OnAttach_L functions if its agent library is dynamically linked.
Thu, 23 Jan 2014 08:12:12 +0100 sla 8032250: Add trace event for VM flag changes
Mon, 20 Jan 2014 09:56:47 +0000 kevinw Merge
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip