Wed, 05 Jul 2017 20:12:43 +0200 Merge
duke [Wed, 05 Jul 2017 20:12:43 +0200] rev 28223
Merge
Thu, 01 Jan 2015 16:11:49 -0800 Merge
lana [Thu, 01 Jan 2015 16:11:49 -0800] rev 28222
Merge
Tue, 23 Dec 2014 16:42:48 -0800 Merge
kvn [Tue, 23 Dec 2014 16:42:48 -0800] rev 28221
Merge
Thu, 18 Dec 2014 16:53:13 +0100 8067865: Changes 8066780/8066782 broke the non-PCH build
simonis [Thu, 18 Dec 2014 16:53:13 +0100] rev 28220
8067865: Changes 8066780/8066782 broke the non-PCH build Reviewed-by: kvn
Fri, 19 Dec 2014 16:42:16 +0100 8067823: CheckCompileThresholdScaling.java throws RuntimeException
goetz [Fri, 19 Dec 2014 16:42:16 +0100] rev 28219
8067823: CheckCompileThresholdScaling.java throws RuntimeException Reviewed-by: kvn, iignatyev
Tue, 23 Dec 2014 14:03:15 +0100 Merge
jwilhelm [Tue, 23 Dec 2014 14:03:15 +0100] rev 28218
Merge
Thu, 18 Dec 2014 13:26:37 -0500 8067499: G1SATBCardTableModRefBS should not inherit from CardTableModRefBSForCTRS
kbarrett [Thu, 18 Dec 2014 13:26:37 -0500] rev 28217
8067499: G1SATBCardTableModRefBS should not inherit from CardTableModRefBSForCTRS Summary: G1SATBCardTableModRefBS inherits from CardTableModRefBS Reviewed-by: mgerdin, brutisso, tschatzl
Mon, 22 Dec 2014 17:40:46 +0000 Merge
jwilhelm [Mon, 22 Dec 2014 17:40:46 +0000] rev 28216
Merge
Mon, 22 Dec 2014 16:49:24 +0100 8068036: assert(is_available(index)) failed in G1 cset
tschatzl [Mon, 22 Dec 2014 16:49:24 +0100] rev 28215
8068036: assert(is_available(index)) failed in G1 cset Summary: Some verification code iterated over the heap using the region mapping array. This is not allowed. Changed to use the regular iteration method with closure. Reviewed-by: jwilhelm, brutisso
Thu, 18 Dec 2014 16:15:49 +0100 Merge
jwilhelm [Thu, 18 Dec 2014 16:15:49 +0100] rev 28214
Merge
Fri, 19 Dec 2014 09:21:06 +0100 8060025: Object copy time regressions after JDK-8031323 and JDK-8057536
tschatzl [Fri, 19 Dec 2014 09:21:06 +0100] rev 28213
8060025: Object copy time regressions after JDK-8031323 and JDK-8057536 Summary: Evaluate and improve object copy time by micro-optimizations and splitting out slow and fast paths aggressively. Reviewed-by: kbarrett, mgerdin, jmasa Contributed-by: Tony Printezis <tprintezis@twitter.com>, Thomas Schatzl <thomas.schatzl@oracle.com>
Wed, 17 Dec 2014 22:32:44 -0500 8066827: Remove ReferenceProcessor::clean_up_discovered_references()
kbarrett [Wed, 17 Dec 2014 22:32:44 -0500] rev 28212
8066827: Remove ReferenceProcessor::clean_up_discovered_references() Summary: Abandon rather than clean up discovered references. Reviewed-by: jmasa, ysr
Thu, 18 Dec 2014 13:30:00 +0000 Merge
brutisso [Thu, 18 Dec 2014 13:30:00 +0000] rev 28211
Merge
Thu, 18 Dec 2014 13:37:02 +0100 8067873: gc/TestSmallHeap.java does not compile
brutisso [Thu, 18 Dec 2014 13:37:02 +0100] rev 28210
8067873: gc/TestSmallHeap.java does not compile Reviewed-by: mgerdin, jwilhelm
Thu, 18 Dec 2014 11:23:18 +0000 Merge
tschatzl [Thu, 18 Dec 2014 11:23:18 +0000] rev 28209
Merge
Thu, 18 Dec 2014 09:37:02 +0100 8067469: G1 ignores AlwaysPreTouch
tschatzl [Thu, 18 Dec 2014 09:37:02 +0100] rev 28208
8067469: G1 ignores AlwaysPreTouch Summary: Factor out pretouch code of the various virtual space management classes and use them everywhere including in G1. Reviewed-by: stefank, ehelin, dholmes
Mon, 08 Dec 2014 18:57:33 +0100 8067655: Clean up G1 remembered set oop iteration
mgerdin [Mon, 08 Dec 2014 18:57:33 +0100] rev 28207
8067655: Clean up G1 remembered set oop iteration Summary: Pass on the static type G1ParPushHeapRSClosure to allow oop_iterate devirtualization Reviewed-by: jmasa, kbarrett
Wed, 17 Dec 2014 18:09:24 +0100 8061611: Remove deprecated command line flags
drwhite [Wed, 17 Dec 2014 18:09:24 +0100] rev 28206
8061611: Remove deprecated command line flags Reviewed-by: jwilhelm, brutisso
Wed, 17 Dec 2014 09:47:14 +0100 8067438: Add test to verify minimal heap size
brutisso [Wed, 17 Dec 2014 09:47:14 +0100] rev 28205
8067438: Add test to verify minimal heap size Reviewed-by: dfazunen, ehelin
Mon, 22 Dec 2014 14:35:40 -0800 8067985: merging hs-comp to hs blocked by some tests not updated in 8054892
kvn [Mon, 22 Dec 2014 14:35:40 -0800] rev 28204
8067985: merging hs-comp to hs blocked by some tests not updated in 8054892 Reviewed-by: iveresov
Mon, 22 Dec 2014 10:41:57 -0800 Merge
kvn [Mon, 22 Dec 2014 10:41:57 -0800] rev 28203
Merge
Fri, 19 Dec 2014 16:42:40 -0800 8067338: compiler/debug/TraceIterativeGVN.java segfaults
vlivanov [Fri, 19 Dec 2014 16:42:40 -0800] rev 28202
8067338: compiler/debug/TraceIterativeGVN.java segfaults Reviewed-by: kvn
Tue, 16 Dec 2014 20:09:29 +0100 8067647: [TESTBUG] compiler/rangechecks/TestRangeCheckSmearing.java uses wrong path to Whitebox API
roland [Tue, 16 Dec 2014 20:09:29 +0100] rev 28201
8067647: [TESTBUG] compiler/rangechecks/TestRangeCheckSmearing.java uses wrong path to Whitebox API Summary: whitebox test library was moved Reviewed-by: kvn
Tue, 16 Dec 2014 14:52:57 +0300 8054892: Improve compiler's CLI tests error reporting
eistepan [Tue, 16 Dec 2014 14:52:57 +0300] rev 28200
8054892: Improve compiler's CLI tests error reporting Reviewed-by: roland, twisti
Tue, 16 Dec 2014 17:56:24 +0300 8028595: WhiteBox API for stress testing of TieredCompilation
iignatyev [Tue, 16 Dec 2014 17:56:24 +0300] rev 28199
8028595: WhiteBox API for stress testing of TieredCompilation Reviewed-by: kvn
Tue, 16 Dec 2014 02:14:11 +0300 8065279: Remove testlibrary_tests from compact profile in jtreg
iignatyev [Tue, 16 Dec 2014 02:14:11 +0300] rev 28198
8065279: Remove testlibrary_tests from compact profile in jtreg Reviewed-by: kvn Contributed-by: dmitrij.pochepko@oracle.com
Tue, 16 Dec 2014 02:13:13 +0300 8067211: rewrite Utils::fileAsString
iignatyev [Tue, 16 Dec 2014 02:13:13 +0300] rev 28197
8067211: rewrite Utils::fileAsString Reviewed-by: kvn Contributed-by: tatiana.pivovarova@oracle.com
Mon, 15 Dec 2014 09:36:46 +0100 8067231: Zero builds fails after JDK-6898462
roland [Mon, 15 Dec 2014 09:36:46 +0100] rev 28196
8067231: Zero builds fails after JDK-6898462 Summary: Interpreter::remove_activation_entry() is not defined for the C++ interpreter Reviewed-by: roland, coleenp Contributed-by: Severin Gehwolf <sgehwolf@redhat.com>
Sat, 13 Dec 2014 01:24:10 +0300 8066473: Port timeout utils from jdk test library into hotspot
iignatyev [Sat, 13 Dec 2014 01:24:10 +0300] rev 28195
8066473: Port timeout utils from jdk test library into hotspot Reviewed-by: kvn, iignatyev Contributed-by: pavel.chistyakov@oracle.com
Sat, 13 Dec 2014 01:24:07 +0300 8059575: JEP-JDK-8043304: Test task: Tiered Compilation level transition tests
ppunegov [Sat, 13 Dec 2014 01:24:07 +0300] rev 28194
8059575: JEP-JDK-8043304: Test task: Tiered Compilation level transition tests Reviewed-by: iveresov, thartmann
Fri, 12 Dec 2014 08:40:19 -0800 Merge
anoll [Fri, 12 Dec 2014 08:40:19 -0800] rev 28193
Merge
Fri, 12 Dec 2014 13:13:01 +0100 8067337: Remove Whitebox API from hotspot repository
thartmann [Fri, 12 Dec 2014 13:13:01 +0100] rev 28192
8067337: Remove Whitebox API from hotspot repository Summary: Remove Whitebox API from hotspot repository after it was moved to top level repository. Reviewed-by: iignatyev
Fri, 12 Dec 2014 09:58:37 +0000 Merge
thartmann [Fri, 12 Dec 2014 09:58:37 +0000] rev 28191
Merge
Fri, 12 Dec 2014 09:37:38 +0100 8066433: Move Whitebox test library to top level repository
thartmann [Fri, 12 Dec 2014 09:37:38 +0100] rev 28190
8066433: Move Whitebox test library to top level repository Summary: Moved Whitebox test library to top level repository. Reviewed-by: iignatyev, sla, mr
Fri, 12 Dec 2014 08:15:30 +0000 Merge
thartmann [Fri, 12 Dec 2014 08:15:30 +0000] rev 28189
Merge
Fri, 12 Dec 2014 09:07:54 +0100 8066763: fatal error "assert(false) failed: unexpected yanked node" in postaloc.cpp:139
thartmann [Fri, 12 Dec 2014 09:07:54 +0100] rev 28188
8066763: fatal error "assert(false) failed: unexpected yanked node" in postaloc.cpp:139 Summary: Check for dead input nodes after replacing compare node with implicit null check. Reviewed-by: kvn
Tue, 09 Dec 2014 11:57:46 +0100 8066964: ppc64: argument and return type profiling, fix problem with popframe
goetz [Tue, 09 Dec 2014 11:57:46 +0100] rev 28187
8066964: ppc64: argument and return type profiling, fix problem with popframe Reviewed-by: roland, kvn
Tue, 30 Dec 2014 13:19:30 -0800 Merge
lana [Tue, 30 Dec 2014 13:19:30 -0800] rev 28186
Merge
Thu, 25 Dec 2014 19:45:11 -0800 Merge
lana [Thu, 25 Dec 2014 19:45:11 -0800] rev 28185
Merge
Thu, 18 Dec 2014 16:15:49 +0100 Merge
jwilhelm [Thu, 18 Dec 2014 16:15:49 +0100] rev 28184
Merge
Tue, 16 Dec 2014 02:14:03 +0100 Merge
jwilhelm [Tue, 16 Dec 2014 02:14:03 +0100] rev 28183
Merge
Mon, 15 Dec 2014 18:11:51 +0400 8066143: [TESTBUG] New tests in gc/survivorAlignment/ fails
fzhinkin [Mon, 15 Dec 2014 18:11:51 +0400] rev 28182
8066143: [TESTBUG] New tests in gc/survivorAlignment/ fails Reviewed-by: jmasa
Fri, 12 Dec 2014 21:37:37 +0300 8066862: TestMutuallyExclusivePlatformPredicates fails on all platforms
fzhinkin [Fri, 12 Dec 2014 21:37:37 +0300] rev 28181
8066862: TestMutuallyExclusivePlatformPredicates fails on all platforms Reviewed-by: iignatyev, kvn
Fri, 12 Dec 2014 21:32:43 +0300 Merge
iignatyev [Fri, 12 Dec 2014 21:32:43 +0300] rev 28180
Merge
Wed, 10 Dec 2014 13:58:30 +0000 8064909: FragmentMetaspace.java got OutOfMemoryError
iignatyev [Wed, 10 Dec 2014 13:58:30 +0000] rev 28179
8064909: FragmentMetaspace.java got OutOfMemoryError Summary: Increased heap size to prevent "java.lang.OutOfMemoryError: Java heap space" exception Reviewed-by: jmasa, dfazunen, jwilhelm Contributed-by: Michail Chernov <michail.chernov@oracle.com>
Thu, 11 Dec 2014 19:44:32 +0100 8066822: Remove PSMarkSweep::set_reference_processor
kbarrett [Thu, 11 Dec 2014 19:44:32 +0100] rev 28178
8066822: Remove PSMarkSweep::set_reference_processor Reviewed-by: brutisso, tschatzl
Wed, 10 Dec 2014 10:10:43 -0800 8066442: Add PS and ParOld support for promotion event
sfriberg [Wed, 10 Dec 2014 10:10:43 -0800] rev 28177
8066442: Add PS and ParOld support for promotion event Reviewed-by: tschatzl, ehelin
Thu, 11 Dec 2014 07:32:24 +0100 8067115: Add jtreg gc tests to Hotspot JPRT jobs
brutisso [Thu, 11 Dec 2014 07:32:24 +0100] rev 28176
8067115: Add jtreg gc tests to Hotspot JPRT jobs Reviewed-by: tschatzl, jwilhelm, ehelin
Wed, 17 Dec 2014 12:29:27 -0800 8067366: Allow java.{endorsed,ext}.dirs property be set to empty string
mchung [Wed, 17 Dec 2014 12:29:27 -0800] rev 28175
8067366: Allow java.{endorsed,ext}.dirs property be set to empty string Reviewed-by: alanb, hseigel
Tue, 16 Dec 2014 19:00:24 -0500 8064319: Need to enable -XX:+TraceExceptions in release builds
coleenp [Tue, 16 Dec 2014 19:00:24 -0500] rev 28174
8064319: Need to enable -XX:+TraceExceptions in release builds Summary: "-XX:+TraceExceptions" is now supported in product builds. Reviewed-by: sla, ccheung, coleenp Contributed-by: max.ockner@oracle.com
Tue, 16 Dec 2014 12:52:04 +0100 8067452: Rename hotspot_all in hotspot/test/TEST.groups
ehelin [Tue, 16 Dec 2014 12:52:04 +0100] rev 28173
8067452: Rename hotspot_all in hotspot/test/TEST.groups Reviewed-by: dholmes, ctornqvi, iignatyev
Sun, 14 Dec 2014 20:18:17 -0500 8059586: hs_err report should treat redirected core pattern
dholmes [Sun, 14 Dec 2014 20:18:17 -0500] rev 28172
8059586: hs_err report should treat redirected core pattern Reviewed-by: dholmes, sla, stuefe Contributed-by: Yasumasa Suenaga <yasuenag@gmail.com>
Sun, 14 Dec 2014 23:03:00 +0000 Merge
minqi [Sun, 14 Dec 2014 23:03:00 +0000] rev 28171
Merge
Fri, 12 Dec 2014 20:49:14 -0800 Merge
minqi [Fri, 12 Dec 2014 20:49:14 -0800] rev 28170
Merge
Sun, 14 Dec 2014 21:20:26 +0000 Merge
coleenp [Sun, 14 Dec 2014 21:20:26 +0000] rev 28169
Merge
Sun, 14 Dec 2014 16:04:03 -0500 8042418: Remove JVM_FindClassFromClassLoader
coleenp [Sun, 14 Dec 2014 16:04:03 -0500] rev 28168
8042418: Remove JVM_FindClassFromClassLoader Summary: The function has been replaced so is no longer used. Reviewed-by: mchung, dholmes
Fri, 12 Dec 2014 18:13:22 +0000 Merge
coleenp [Fri, 12 Dec 2014 18:13:22 +0000] rev 28167
Merge
Fri, 12 Dec 2014 13:19:33 -0500 8066803: compiler/intrinsics/mathexact/SubExactINonConstantTest.java crashed in os::is_first_C_frame(frame*)
coleenp [Fri, 12 Dec 2014 13:19:33 -0500] rev 28166
8066803: compiler/intrinsics/mathexact/SubExactINonConstantTest.java crashed in os::is_first_C_frame(frame*) Summary: Stop native stack walk when we get to compiled or stub frame. Reviewed-by: hseigel, lfoltan, ctornqvi
Fri, 12 Dec 2014 17:24:17 +0300 8066863: bigapps/runThese/nowarnings fails: Java HotSpot(TM) 64-Bit Server VM warning: WaitForMultipleObjects
igerasim [Fri, 12 Dec 2014 17:24:17 +0300] rev 28165
8066863: bigapps/runThese/nowarnings fails: Java HotSpot(TM) 64-Bit Server VM warning: WaitForMultipleObjects Summary: Limit the number of thread handles to MAXIMUM_WAIT_OBJECTS Reviewed-by: dholmes, dcubed
Fri, 12 Dec 2014 02:51:07 +0000 Merge
coleenp [Fri, 12 Dec 2014 02:51:07 +0000] rev 28164
Merge
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip