Thu, 06 Apr 2017 14:07:21 -0700 8178118: Arguments::create_numbered_property allocates wrong buffer in case count > 99
iignatyev [Thu, 06 Apr 2017 14:07:21 -0700] rev 46367
8178118: Arguments::create_numbered_property allocates wrong buffer in case count > 99 Reviewed-by: dholmes, dcubed, sspitsyn Contributed-by: ekaterina.pavlova@oracle.com
Wed, 05 Apr 2017 22:48:35 +0000 Merge
jiangli [Wed, 05 Apr 2017 22:48:35 +0000] rev 46366
Merge
Wed, 05 Apr 2017 18:15:09 -0400 8171042: The 'REQUIRED' type in sharedPathsMiscInfo.hpp is not used and should be removed.
jiangli [Wed, 05 Apr 2017 18:15:09 -0400] rev 46365
8171042: The 'REQUIRED' type in sharedPathsMiscInfo.hpp is not used and should be removed. Summary: Remove unused REQUIRED type. Reviewed-by: dholmes, iklam
Wed, 05 Apr 2017 13:15:44 -0700 8173795: AOT support in raw_exception_handler_for_return_address is broken
dlong [Wed, 05 Apr 2017 13:15:44 -0700] rev 46364
8173795: AOT support in raw_exception_handler_for_return_address is broken Summary: enable both AOT and nmethod code to take the same path Reviewed-by: kvn
Wed, 05 Apr 2017 01:11:25 +0000 Merge
coleenp [Wed, 05 Apr 2017 01:11:25 +0000] rev 46363
Merge
Tue, 04 Apr 2017 21:07:19 -0400 8168438: Fix comment in rewriter
coleenp [Tue, 04 Apr 2017 21:07:19 -0400] rev 46362
8168438: Fix comment in rewriter Reviewed-by: jiangli, sspitsyn
Tue, 21 Mar 2017 14:14:06 +0100 8176872: [s390] wrong pc shown in error logs
stuefe [Tue, 21 Mar 2017 14:14:06 +0100] rev 46361
8176872: [s390] wrong pc shown in error logs Reviewed-by: dholmes, dsamersoff
Fri, 17 Mar 2017 19:05:45 +0100 8170520: Make Metaspace ChunkManager counters non-atomic
stuefe [Fri, 17 Mar 2017 19:05:45 +0100] rev 46360
8170520: Make Metaspace ChunkManager counters non-atomic Reviewed-by: mgerdin, coleenp
Mon, 07 Nov 2016 10:22:03 +0100 8177953: Rename TestGCBasher.run to TestGCBasher.main
ehelin [Mon, 07 Nov 2016 10:22:03 +0100] rev 46359
8177953: Rename TestGCBasher.run to TestGCBasher.main Reviewed-by: pliden, tschatzl
Fri, 31 Mar 2017 13:22:43 +0200 8177059: [TESTBUG] gc/g1/TestGCLogMessages.java fails on 32bit arm after changes for JDK-8155094
tschatzl [Fri, 31 Mar 2017 13:22:43 +0200] rev 46358
8177059: [TESTBUG] gc/g1/TestGCLogMessages.java fails on 32bit arm after changes for JDK-8155094 Summary: Provide a way in the test to check log messages on arbitrary conditions and implement this for this case. Reviewed-by: mchernov, sjohanss
Tue, 28 Mar 2017 13:33:50 +0200 Merge
rbackman [Tue, 28 Mar 2017 13:33:50 +0200] rev 46357
Merge
Tue, 28 Mar 2017 13:08:39 +0200 Merge
rbackman [Tue, 28 Mar 2017 13:08:39 +0200] rev 46356
Merge
Thu, 23 Mar 2017 15:40:12 +0100 8177069: File separator mismatch on Win-64
rbackman [Thu, 23 Mar 2017 15:40:12 +0100] rev 46355
8177069: File separator mismatch on Win-64 Reviewed-by: dlong, kvn
Mon, 20 Mar 2017 16:01:33 +0300 8167196: WhiteBox methods should throw an exception if used with inappropriate collector.
mchernov [Mon, 20 Mar 2017 16:01:33 +0300] rev 46354
8167196: WhiteBox methods should throw an exception if used with inappropriate collector. Reviewed-by: shade, dfazunen
Tue, 28 Mar 2017 09:13:00 +0200 8176885: Clear Claimed Marks log message at wrong location in the log
tschatzl [Tue, 28 Mar 2017 09:13:00 +0200] rev 46353
8176885: Clear Claimed Marks log message at wrong location in the log Summary: Move message and code to the pre evacuation phase part of the GC Reviewed-by: sjohanss, sangheki
Tue, 28 Mar 2017 00:03:23 +0200 Merge
jwilhelm [Tue, 28 Mar 2017 00:03:23 +0200] rev 46352
Merge
Mon, 27 Mar 2017 11:54:04 -0700 8177015: STACK_SIZE_MINIMUM of 32k is not always enough for Mac OS X
cjplummer [Mon, 27 Mar 2017 11:54:04 -0700] rev 46351
8177015: STACK_SIZE_MINIMUM of 32k is not always enough for Mac OS X Summary: Bump up minimum to 64k. Reviewed-by: dholmes, dcubed
Mon, 27 Mar 2017 19:05:54 +0300 8177551: [TESTBUG] TestHumongousClassLoader.java can fail on systems with non-g1 collector.
mchernov [Mon, 27 Mar 2017 19:05:54 +0300] rev 46350
8177551: [TESTBUG] TestHumongousClassLoader.java can fail on systems with non-g1 collector. Reviewed-by: dfazunen, tschatzl, sjohanss
Fri, 24 Mar 2017 11:09:14 -0700 8177055: [TESTBUG] test/runtime/ReservedStack/ReservedStackTest.java sometimes fails on Oracle arm64 port after being enabled for open aarch64 port
cjplummer [Fri, 24 Mar 2017 11:09:14 -0700] rev 46349
8177055: [TESTBUG] test/runtime/ReservedStack/ReservedStackTest.java sometimes fails on Oracle arm64 port after being enabled for open aarch64 port Summary: Check if the platform supports the reserved stack area. Reviewed-by: dholmes, fparain
Fri, 24 Mar 2017 10:27:04 +0100 8171238: Unify cleanup code used in G1 Remark and Full GC marking
sjohanss [Fri, 24 Mar 2017 10:27:04 +0100] rev 46348
8171238: Unify cleanup code used in G1 Remark and Full GC marking Reviewed-by: tschatzl, pliden
Fri, 24 Mar 2017 10:26:58 +0100 8177453: Start_new_collection_set() timing done during wrong type of GC
tschatzl [Fri, 24 Mar 2017 10:26:58 +0100] rev 46347
8177453: Start_new_collection_set() timing done during wrong type of GC Summary: Move timing code from full gc to young gc. Reviewed-by: sjohanss, mgerdin
Thu, 23 Mar 2017 11:10:55 -0700 8176768: hotspot ignores PTHREAD_STACK_MIN when creating new threads
cjplummer [Thu, 23 Mar 2017 11:10:55 -0700] rev 46346
8176768: hotspot ignores PTHREAD_STACK_MIN when creating new threads Summary: Use PTHREAD_STACK_MIN as a minimum, plus other stack size cleanup Reviewed-by: dholmes, stuefe, dcubed
Thu, 23 Mar 2017 17:45:13 +0100 8177458: [s390] (jdk10) build broken after 8155672
stuefe [Thu, 23 Mar 2017 17:45:13 +0100] rev 46345
8177458: [s390] (jdk10) build broken after 8155672 Reviewed-by: simonis
Wed, 22 Mar 2017 13:42:45 -0700 8177046: Update Graal
iveresov [Wed, 22 Mar 2017 13:42:45 -0700] rev 46344
8177046: Update Graal Summary: Update Graal, make appropriate changes to AOT, and the build system. Reviewed-by: kvn
Mon, 12 Dec 2016 16:16:27 +0300 8171090: Convert VMStruct_test to GTest
kzhaldyb [Mon, 12 Dec 2016 16:16:27 +0300] rev 46343
8171090: Convert VMStruct_test to GTest Reviewed-by: iignatyev
Wed, 21 Dec 2016 12:47:29 +0300 8171848: ObjectMonitor verify() and print() methods are empty
kzhaldyb [Wed, 21 Dec 2016 12:47:29 +0300] rev 46342
8171848: ObjectMonitor verify() and print() methods are empty Reviewed-by: dholmes
Tue, 21 Mar 2017 11:25:18 -0400 8176705: Remove static functions in InstanceKlass
hseigel [Tue, 21 Mar 2017 11:25:18 -0400] rev 46341
8176705: Remove static functions in InstanceKlass Summary: Change static functions to instance functions and remove their 'this_k' parameters. Reviewed-by: dholmes, mgerdin, iklam
Tue, 21 Mar 2017 11:21:11 +0100 8176881: DerivedPointerTable Update log message in wrong order in regards to Redirty Cards
tschatzl [Tue, 21 Mar 2017 11:21:11 +0100] rev 46340
8176881: DerivedPointerTable Update log message in wrong order in regards to Redirty Cards Reviewed-by: sjohanss, jprovino
Fri, 17 Mar 2017 21:15:12 -0700 8177070: Quarantine tests due to JDK-8177069
jwilhelm [Fri, 17 Mar 2017 21:15:12 -0700] rev 46339
8177070: Quarantine tests due to JDK-8177069 Reviewed-by: iveresov, iignatyev
Thu, 16 Mar 2017 16:40:41 -0700 Merge
jwilhelm [Thu, 16 Mar 2017 16:40:41 -0700] rev 46338
Merge
Sun, 19 Mar 2017 16:40:09 -0400 8175817: Clean up Solaris signal code: SIGUSR2, SIGasync, SIGJVM1/2
dholmes [Sun, 19 Mar 2017 16:40:09 -0400] rev 46337
8175817: Clean up Solaris signal code: SIGUSR2, SIGasync, SIGJVM1/2 Reviewed-by: rehn, stuefe, dsamersoff
Fri, 17 Mar 2017 15:26:49 +0000 Merge
sspitsyn [Fri, 17 Mar 2017 15:26:49 +0000] rev 46336
Merge
Fri, 17 Mar 2017 08:19:05 -0700 8176831: Dead code: function jmm_GetLoadedClasses is not used in jmm_interface
sspitsyn [Fri, 17 Mar 2017 08:19:05 -0700] rev 46335
8176831: Dead code: function jmm_GetLoadedClasses is not used in jmm_interface Summary: Remove the dead code Reviewed-by: dholmes, coleenp
Tue, 14 Mar 2017 22:14:33 -0700 8167425: Redundant code in method PerfLongVariant::sample
shshahma [Tue, 14 Mar 2017 22:14:33 -0700] rev 46334
8167425: Redundant code in method PerfLongVariant::sample Reviewed-by: dholmes, coleenp, sspitsyn
Wed, 14 Dec 2016 09:14:16 +0100 8170933: Cleanup Metaspace Chunk manager: Unify treatment of humongous and non-humongous chunks
stuefe [Wed, 14 Dec 2016 09:14:16 +0100] rev 46333
8170933: Cleanup Metaspace Chunk manager: Unify treatment of humongous and non-humongous chunks Reviewed-by: mgerdin, coleenp
Thu, 16 Mar 2017 09:43:26 +0000 Merge
dholmes [Thu, 16 Mar 2017 09:43:26 +0000] rev 46332
Merge
Mon, 13 Mar 2017 20:23:11 +0100 8173848: realpath is unsafe
stuefe [Mon, 13 Mar 2017 20:23:11 +0100] rev 46331
8173848: realpath is unsafe Summary: Fix occurrences of realpath in hotspot to use safe POSIX.1-2008 form. Reviewed-by: dsamersoff, dholmes, clanger
Thu, 16 Mar 2017 09:05:20 +0100 8155094: Add logging for long lasting methods found in JDK-8152948
tschatzl [Thu, 16 Mar 2017 09:05:20 +0100] rev 46330
8155094: Add logging for long lasting methods found in JDK-8152948 Summary: Adds logging for DerivedPointerTable, TLAB preparation and resizing, and new collection set setup work Reviewed-by: kbarrett, sangheki
Wed, 15 Mar 2017 10:25:37 -0400 8155672: Remove instanceKlassHandles and KlassHandles
coleenp [Wed, 15 Mar 2017 10:25:37 -0400] rev 46329
8155672: Remove instanceKlassHandles and KlassHandles Summary: Summary: Use unhandled pointers for Klass and InstanceKlass, remove handles with no implementation. Reviewed-by: dholmes, lfoltan, vlivanov, sspitsyn
Wed, 15 Mar 2017 11:44:46 +0100 8168467: Use TaskEntry as task mark queue elements
tschatzl [Wed, 15 Mar 2017 11:44:46 +0100] rev 46328
8168467: Use TaskEntry as task mark queue elements Summary: Change the mark stack to use TaskEntry queue elements to improve type safety instead of casting around raw pointers. Reviewed-by: kbarrett, sangheki
Tue, 14 Mar 2017 14:07:24 -0400 Merge
coleenp [Tue, 14 Mar 2017 14:07:24 -0400] rev 46327
Merge
Mon, 13 Mar 2017 13:01:47 +0100 8159734: Consistency check fails with -XX:-ProfileInterpreter
zmajo [Mon, 13 Mar 2017 13:01:47 +0100] rev 46326
8159734: Consistency check fails with -XX:-ProfileInterpreter Summary: Re-establish the consistency of profiling information also with -XX:-ProfileInterpreter. Reviewed-by: kvn
Mon, 13 Mar 2017 12:13:09 +0100 8176441: assert(false) failed: modified node was not processed by IGVN.transform_old()
thartmann [Mon, 13 Mar 2017 12:13:09 +0100] rev 46325
8176441: assert(false) failed: modified node was not processed by IGVN.transform_old() Summary: The shiftNode needs to be added to the IGVN worklist after being modified. Reviewed-by: kvn, vlivanov
Fri, 03 Mar 2017 23:08:35 -0800 8005165: Remove CPU-dependent code in self-patching vtables
iklam [Fri, 03 Mar 2017 23:08:35 -0800] rev 46324
8005165: Remove CPU-dependent code in self-patching vtables Reviewed-by: coleenp, stuefe, jiangli
Fri, 10 Mar 2017 12:58:37 -0500 8175300: Enable artifact resolution for jtreg tests
ctornqvi [Fri, 10 Mar 2017 12:58:37 -0500] rev 46323
8175300: Enable artifact resolution for jtreg tests Reviewed-by: ihse, gtriantafill
Fri, 10 Mar 2017 08:04:17 -0500 8172514: Stop checking for duplicate packages in the JVM_DefineModule() package list
hseigel [Fri, 10 Mar 2017 08:04:17 -0500] rev 46322
8172514: Stop checking for duplicate packages in the JVM_DefineModule() package list Summary: Use GrowableArray append() instead of append_if_missing() to stop searching for duplicates Reviewed-by: redestad, coleenp, dholmes, gtriantafill
Thu, 09 Mar 2017 15:00:23 -0800 8164038: Missing volatile keyword at CardTableRS::write_ref_field_gc_par()
sangheki [Thu, 09 Mar 2017 15:00:23 -0800] rev 46321
8164038: Missing volatile keyword at CardTableRS::write_ref_field_gc_par() Reviewed-by: tschatzl, kbarrett
Wed, 08 Mar 2017 19:25:15 +0100 8176140: 8176140-Crashes-or-timeouts-during-error-reporting-may-lead-to-infinitely-repeated-error-logs-until-ErrorLogTimeout-is-hit
stuefe [Wed, 08 Mar 2017 19:25:15 +0100] rev 46320
8176140: 8176140-Crashes-or-timeouts-during-error-reporting-may-lead-to-infinitely-repeated-error-logs-until-ErrorLogTimeout-is-hit Reviewed-by: cjplummer, dholmes
Thu, 09 Mar 2017 10:48:44 +0100 8165674: G1CMMarkStack::out_of_memory possibly redundant
aharlap [Thu, 09 Mar 2017 10:48:44 +0100] rev 46319
8165674: G1CMMarkStack::out_of_memory possibly redundant Summary: Remove the redundant G1CMMarkStack::_out_of_memory member. Reviewed-by: kbarrett, tschatzl
Thu, 09 Mar 2017 01:07:28 +0000 Merge
kvn [Thu, 09 Mar 2017 01:07:28 +0000] rev 46318
Merge
Wed, 08 Mar 2017 17:01:13 -0800 8175369: [ppc] Provide intrinsic implementation for CRC32C
lucy [Wed, 08 Mar 2017 17:01:13 -0800] rev 46317
8175369: [ppc] Provide intrinsic implementation for CRC32C Reviewed-by: mdoerr, simonis, kvn
Wed, 08 Mar 2017 15:48:41 -0800 8176403: [TESTBUG] gc/arguments/TestSmallInitialHeapWithLargePageAndNUMA is referencing no longer existing group
sangheki [Wed, 08 Mar 2017 15:48:41 -0800] rev 46316
8176403: [TESTBUG] gc/arguments/TestSmallInitialHeapWithLargePageAndNUMA is referencing no longer existing group Summary: Changed to use correct test library path Reviewed-by: dholmes, dcubed
Wed, 08 Mar 2017 14:55:32 +0100 8175368: [s390] Provide intrinsic implementation for CRC32C
lucy [Wed, 08 Mar 2017 14:55:32 +0100] rev 46315
8175368: [s390] Provide intrinsic implementation for CRC32C Reviewed-by: mdoerr, simonis
Tue, 07 Mar 2017 22:58:16 +0000 Merge
sangheki [Tue, 07 Mar 2017 22:58:16 +0000] rev 46314
Merge
Tue, 07 Mar 2017 22:35:54 +0000 Merge
sangheki [Tue, 07 Mar 2017 22:35:54 +0000] rev 46313
Merge
Tue, 07 Mar 2017 10:25:58 -0800 8023905: Failing to initialize VM with small initial heap when NUMA and large pages are enabled
sangheki [Tue, 07 Mar 2017 10:25:58 -0800] rev 46312
8023905: Failing to initialize VM with small initial heap when NUMA and large pages are enabled Summary: Exit VM when fails to initialize small initial heap with NUMA and large pages enabled Reviewed-by: jmasa, sjohanss
Tue, 07 Mar 2017 13:35:34 -0800 8175341: "java/util/Arrays/ParallelPrefix.java" Crash Internal Error ...diagnosticCommand.cpp...assert(k != __null) failed: FinalizerHistogram class is not accessible
cjplummer [Tue, 07 Mar 2017 13:35:34 -0800] rev 46311
8175341: "java/util/Arrays/ParallelPrefix.java" Crash Internal Error ...diagnosticCommand.cpp...assert(k != __null) failed: FinalizerHistogram class is not accessible Summary: allow the dcmd to fail with a pending exception rather than assert Reviewed-by: sspitsyn, dholmes
Tue, 07 Mar 2017 11:35:45 -0500 8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi [Tue, 07 Mar 2017 11:35:45 -0500] rev 46310
8176102: Rename hotspot_fast* test groups to hotspot_tier1* Reviewed-by: dholmes, mseledtsov, gtriantafill
Mon, 27 Feb 2017 12:57:16 +0100 8175900: Assertion too strict in G1CollectedHeap::new_mutator_alloc_region
simonis [Mon, 27 Feb 2017 12:57:16 +0100] rev 46309
8175900: Assertion too strict in G1CollectedHeap::new_mutator_alloc_region Reviewed-by: simonis, tschatzl, kbarrett Contributed-by: gunter.haug@sap.com
Mon, 06 Mar 2017 09:24:47 -0800 8176163: [TESTBUG] Create hotspot_cds test group
mseledtsov [Mon, 06 Mar 2017 09:24:47 -0800] rev 46308
8176163: [TESTBUG] Create hotspot_cds test group Summary: Created a new test group Reviewed-by: sspitsyn, dholmes, ehelin
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip