Wed, 13 Aug 2014 13:29:45 -0700 Merge
dcubed [Wed, 13 Aug 2014 13:29:45 -0700] rev 25957
Merge
Tue, 12 Aug 2014 21:16:05 -0400 Merge
hseigel [Tue, 12 Aug 2014 21:16:05 -0400] rev 25956
Merge
Tue, 12 Aug 2014 20:29:25 -0400 8050485: super() in a try block in a ctor causes VerifyError
hseigel [Tue, 12 Aug 2014 20:29:25 -0400] rev 25955
8050485: super() in a try block in a ctor causes VerifyError Summary: Parse catch clause paths to ensure they end in throws Reviewed-by: dlong, acorn, kamg, ctornqvi, lfoltan
Tue, 12 Aug 2014 17:29:47 -0700 8054713: [TESTBUG] runtime/jsig/Test8017498.sh: Execution failed: exit code 1
ctornqvi [Tue, 12 Aug 2014 17:29:47 -0700] rev 25954
8054713: [TESTBUG] runtime/jsig/Test8017498.sh: Execution failed: exit code 1 Summary: Changed output directory of gcc to avoid permission problems Reviewed-by: coleenp, minqi
Tue, 12 Aug 2014 21:18:14 +0000 Merge
ctornqvi [Tue, 12 Aug 2014 21:18:14 +0000] rev 25953
Merge
Tue, 12 Aug 2014 14:06:41 -0700 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill [Tue, 12 Aug 2014 14:06:41 -0700] rev 25952
8054952: [TESTBUG] Add missing NMT2 tests Summary: The new NMT2 tests got lost on the way into jdk9 yesterday, this change adds them. Reviewed-by: coleenp, zgu, ctornqvi
Tue, 12 Aug 2014 12:39:02 -0700 8054938: [TESTBUG] Wrong WhiteBox.java was pushed by JDK-8044140
zgu [Tue, 12 Aug 2014 12:39:02 -0700] rev 25951
8054938: [TESTBUG] Wrong WhiteBox.java was pushed by JDK-8044140 Summary: Reserved WhiteBox.java pushed by JDK-8044140 Reviewed-by: ccheung, hseigel
Tue, 12 Aug 2014 10:48:55 -0400 8003426: Remove UseFastAccessors and UseFastEmptyMethods except for zero
coleenp [Tue, 12 Aug 2014 10:48:55 -0400] rev 25950
8003426: Remove UseFastAccessors and UseFastEmptyMethods except for zero Summary: These options have been long disabled in Xmixed mode because they prevent these small methods from being inlined and are subject to bit rot, and we don't need more macro assembler code to maintain and change if the constant pool cache format changes. Reviewed-by: simonis, kvn
Mon, 11 Aug 2014 10:18:09 -0700 6424123: JVM crashes on failed 'strdup' call
zgu [Mon, 11 Aug 2014 10:18:09 -0700] rev 25949
6424123: JVM crashes on failed 'strdup' call Summary: Calling os::malloc()/os::strdup() and new os::strdup_check_oom() instead of ::malloc()/::strdup() for native memory tracking purpose Reviewed-by: coleenp, ctornqvi, kvn
Mon, 11 Aug 2014 07:30:46 -0700 8044140: Create NMT (Native Memory Tracking) tests for NMT2
zgu [Mon, 11 Aug 2014 07:30:46 -0700] rev 25948
8044140: Create NMT (Native Memory Tracking) tests for NMT2 Summary: Create new/modify existing tests for NMT2, which is an internal redesign to address scalability issues in the first implementation. Reviewed-by: ctornqvi, zgu Contributed-by: George Triantafillou <george.triantafillou@oracle.com>
Mon, 11 Aug 2014 07:20:39 -0700 Merge
zgu [Mon, 11 Aug 2014 07:20:39 -0700] rev 25947
Merge
Thu, 07 Aug 2014 12:18:58 -0700 8046598: Scalable Native memory tracking development
zgu [Thu, 07 Aug 2014 12:18:58 -0700] rev 25946
8046598: Scalable Native memory tracking development Summary: Enhance scalability of native memory tracking Reviewed-by: coleenp, ctornqvi, gtriantafill
Mon, 11 Aug 2014 04:37:19 -0700 8049049: Unportable format string argument mismatch in hotspot/agent/src/os/solaris/proc/saproc.cpp
dsamersoff [Mon, 11 Aug 2014 04:37:19 -0700] rev 25945
8049049: Unportable format string argument mismatch in hotspot/agent/src/os/solaris/proc/saproc.cpp Summary: Cast arguments on printing Reviewed-by: dholmes, sspitsyn, jbachorik
Fri, 08 Aug 2014 16:24:16 -0700 Merge
jmasa [Fri, 08 Aug 2014 16:24:16 -0700] rev 25944
Merge
Tue, 05 Aug 2014 15:41:12 -0700 8034056: assert(_heap_alignment >= _space_alignment) failed: heap_alignment less than space_alignment
jmasa [Tue, 05 Aug 2014 15:41:12 -0700] rev 25943
8034056: assert(_heap_alignment >= _space_alignment) failed: heap_alignment less than space_alignment Reviewed-by: tschatzl, sjohanss
Thu, 07 Aug 2014 22:28:53 +0200 8054341: Remove some obsolete code in G1CollectedHeap class
tschatzl [Thu, 07 Aug 2014 22:28:53 +0200] rev 25942
8054341: Remove some obsolete code in G1CollectedHeap class Summary: Remove dead code. Reviewed-by: stefank, brutisso
Thu, 07 Aug 2014 22:28:16 +0200 8052170: G1 asserts at collection exit with -XX:-G1DeferredRSUpdate
tschatzl [Thu, 07 Aug 2014 22:28:16 +0200] rev 25941
8052170: G1 asserts at collection exit with -XX:-G1DeferredRSUpdate Summary: Do not try to verify timing measures for the redirty logged cards phase when it is not executed. Reviewed-by: brutisso, jmasa
Mon, 18 Aug 2014 10:07:43 +0100 Merge
chegar [Mon, 18 Aug 2014 10:07:43 +0100] rev 25940
Merge
Tue, 12 Aug 2014 14:04:21 -0700 Merge
amurillo [Tue, 12 Aug 2014 14:04:21 -0700] rev 25939
Merge
Fri, 08 Aug 2014 11:36:48 -0700 Merge
amurillo [Fri, 08 Aug 2014 11:36:48 -0700] rev 25938
Merge
Fri, 08 Aug 2014 10:35:05 -0700 Merge
kvn [Fri, 08 Aug 2014 10:35:05 -0700] rev 25937
Merge
Thu, 07 Aug 2014 18:09:12 -0700 8040920: Uninitialised memory in hotspot/src/share/vm/code/dependencies.cpp
morris [Thu, 07 Aug 2014 18:09:12 -0700] rev 25936
8040920: Uninitialised memory in hotspot/src/share/vm/code/dependencies.cpp Summary: Fixed parfait initialization issue. Reviewed-by: kvn, twisti
Sat, 02 Aug 2014 07:06:08 +0200 8046698: assert(false) failed: only Initialize or AddP expected macro.cpp:943
roland [Sat, 02 Aug 2014 07:06:08 +0200] rev 25935
8046698: assert(false) failed: only Initialize or AddP expected macro.cpp:943 Summary: PhiNode inserted between AllocateNode and Initialization node confuses allocation elimination Reviewed-by: kvn
Wed, 06 Aug 2014 21:21:25 +0400 8054410: compiler/7068051/Test7068051.java fails with FileNotFoundException: f3oo.jar
iignatyev [Wed, 06 Aug 2014 21:21:25 +0400] rev 25934
8054410: compiler/7068051/Test7068051.java fails with FileNotFoundException: f3oo.jar Reviewed-by: kvn
(0) -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 +30000 tip