Fri, 24 Nov 2017 15:48:01 +0100 8191861: Move and refactor hSpaceCounters
stefank [Fri, 24 Nov 2017 15:48:01 +0100] rev 48116
8191861: Move and refactor hSpaceCounters Reviewed-by: pliden, ehelin, rkennke
Fri, 24 Nov 2017 15:21:30 +0100 8191860: Add perfData.inline.hpp
stefank [Fri, 24 Nov 2017 15:21:30 +0100] rev 48115
8191860: Add perfData.inline.hpp Reviewed-by: ehelin, pliden
Fri, 24 Nov 2017 15:21:28 +0100 8191858: Add missing includes in memoryManager.hpp
stefank [Fri, 24 Nov 2017 15:21:28 +0100] rev 48114
8191858: Add missing includes in memoryManager.hpp Reviewed-by: ehelin, tschatzl, pliden
Mon, 27 Nov 2017 11:20:38 +0530 8185796: jstack and clhsdb jstack should show lock objects
ysuenaga [Mon, 27 Nov 2017 11:20:38 +0530] rev 48113
8185796: jstack and clhsdb jstack should show lock objects Summary: Modifications to display monitor details with SA jstack Reviewed-by: sspitsyn, jgeorge
Sun, 26 Nov 2017 09:05:13 -0800 8191313: compiler/runtime/SpreadNullArg.java fails in tier1
rraghavan [Sun, 26 Nov 2017 09:05:13 -0800] rev 48112
8191313: compiler/runtime/SpreadNullArg.java fails in tier1 Summary: corrected SpreadNullArg.java test to expect NullPointerException after 8157246 fix Reviewed-by: dcubed, mchung
Sat, 25 Nov 2017 20:28:10 +0100 Merge
jwilhelm [Sat, 25 Nov 2017 20:28:10 +0100] rev 48111
Merge
Sat, 25 Nov 2017 04:36:43 +0100 Merge
jwilhelm [Sat, 25 Nov 2017 04:36:43 +0100] rev 48110
Merge
Fri, 24 Nov 2017 14:07:59 +0100 8191707: Options with invalid values are incorrectly treated as obsolete and ignored
dholmes [Fri, 24 Nov 2017 14:07:59 +0100] rev 48109
8191707: Options with invalid values are incorrectly treated as obsolete and ignored Reviewed-by: rehn, dcubed
Fri, 24 Nov 2017 13:58:52 +0100 8191782: Missing deprecated options in VMDeprecatedOptions.java
rehn [Fri, 24 Nov 2017 13:58:52 +0100] rev 48108
8191782: Missing deprecated options in VMDeprecatedOptions.java Reviewed-by: dcubed, mlarsson
Thu, 23 Nov 2017 19:42:56 -0800 Merge
dcubed [Thu, 23 Nov 2017 19:42:56 -0800] rev 48107
Merge
Thu, 23 Nov 2017 06:01:57 -0800 Merge
dcubed [Thu, 23 Nov 2017 06:01:57 -0800] rev 48106
Merge
Wed, 22 Nov 2017 17:54:50 -0800 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed [Wed, 22 Nov 2017 17:54:50 -0800] rev 48105
8167108: inconsistent handling of SR_lock can lead to crashes Summary: Add Thread Safe Memory Reclamation (Thread-SMR) mechanism. Reviewed-by: coleenp, dcubed, dholmes, eosterlund, gthornbr, kbarrett, rehn, sspitsyn, stefank Contributed-by: daniel.daugherty@oracle.com, erik.osterlund@oracle.com, robbin.ehn@oracle.com
Wed, 22 Nov 2017 18:58:01 -0500 8185591: guarantee(_byte_map[_guard_index] == last_card) failed: card table guard has been modified
aharlap [Wed, 22 Nov 2017 18:58:01 -0500] rev 48104
8185591: guarantee(_byte_map[_guard_index] == last_card) failed: card table guard has been modified Summary: Properly handle zero count in gen_write_ref_array_post_barrier() Reviewed-by: tschatzl, kbarrett
Thu, 23 Nov 2017 15:51:06 +0100 8190426: Lazily initialize refinement threads with UseDynamicNumberOfGCThreads
tschatzl [Thu, 23 Nov 2017 15:51:06 +0100] rev 48103
8190426: Lazily initialize refinement threads with UseDynamicNumberOfGCThreads Reviewed-by: sangheki, sjohanss
Thu, 23 Nov 2017 15:51:06 +0100 8182050: assert(_whole_heap.contains(p)) failed: Attempt to access p out of bounds of card marking array's _whole_heap
tschatzl [Thu, 23 Nov 2017 15:51:06 +0100] rev 48102
8182050: assert(_whole_heap.contains(p)) failed: Attempt to access p out of bounds of card marking array's _whole_heap Summary: Ignore zero-sized MemRegions to invalidate in G1SATBCardTableLoggingModRefBS::invalidate() Reviewed-by: ehelin, sjohanss
Thu, 23 Nov 2017 15:51:06 +0100 8179244: Assert failed in instanceMirrorKlass.inline.hpp
tschatzl [Thu, 23 Nov 2017 15:51:06 +0100] rev 48101
8179244: Assert failed in instanceMirrorKlass.inline.hpp Summary: Investigate the failure and upon observing that the assert is too strict, disable it and addd a comment. Reviewed-by: ehelin
Thu, 23 Nov 2017 09:53:53 +0100 8189733: Cleanup Full GC setup and tear down
sjohanss [Thu, 23 Nov 2017 09:53:53 +0100] rev 48100
8189733: Cleanup Full GC setup and tear down Reviewed-by: tschatzl, ehelin
Wed, 22 Nov 2017 16:10:42 -0800 Merge
ccheung [Wed, 22 Nov 2017 16:10:42 -0800] rev 48099
Merge
Wed, 22 Nov 2017 16:08:39 -0800 8191653: Test failures in BootAppendTests - missing jdk.internal.vm.compiler module
ccheung [Wed, 22 Nov 2017 16:08:39 -0800] rev 48098
8191653: Test failures in BootAppendTests - missing jdk.internal.vm.compiler module Summary: backout the fix for 8190975 Reviewed-by: iklam, kvn
Wed, 22 Nov 2017 17:57:27 +0100 8187280: Remove unused methods from StubQueue
simonis [Wed, 22 Nov 2017 17:57:27 +0100] rev 48097
8187280: Remove unused methods from StubQueue Reviewed-by: kvn, kbarrett
Wed, 22 Nov 2017 14:31:48 -0500 8191768: Introduce a concurrency factor to be able to scale up or down jtreg concurrency when running Hotspot tests
ctornqvi [Wed, 22 Nov 2017 14:31:48 -0500] rev 48096
8191768: Introduce a concurrency factor to be able to scale up or down jtreg concurrency when running Hotspot tests Reviewed-by: erikj
Wed, 22 Nov 2017 09:27:06 -0800 8191688: Assert failed in > 200 tests: failed dependencies, but counter didn't change
dlong [Wed, 22 Nov 2017 09:27:06 -0800] rev 48095
8191688: Assert failed in > 200 tests: failed dependencies, but counter didn't change Reviewed-by: kvn
Wed, 22 Nov 2017 17:10:38 +0100 8189793: [s390]: Improve String compress/inflate by exploiting vector instructions
lucy [Wed, 22 Nov 2017 17:10:38 +0100] rev 48094
8189793: [s390]: Improve String compress/inflate by exploiting vector instructions Reviewed-by: mdoerr, goetz
Wed, 22 Nov 2017 16:57:34 +0100 Merge
jwilhelm [Wed, 22 Nov 2017 16:57:34 +0100] rev 48093
Merge
Thu, 16 Nov 2017 14:06:44 -0500 8187819: gc/TestFullGCALot.java fails on jdk10 started with "-XX:-UseCompressedOops" option
aharlap [Thu, 16 Nov 2017 14:06:44 -0500] rev 48092
8187819: gc/TestFullGCALot.java fails on jdk10 started with "-XX:-UseCompressedOops" option Summary: Need to initialized metaspace performance counters before their potential use Reviewed-by: tschatzl, sjohanss
Mon, 13 Nov 2017 15:28:17 +0100 8190408: Run G1CMRemarkTask with the appropriate amount of threads instead of starting up everyone
lkorinth [Mon, 13 Nov 2017 15:28:17 +0100] rev 48091
8190408: Run G1CMRemarkTask with the appropriate amount of threads instead of starting up everyone Reviewed-by: tschatzl, sjohanss
Wed, 22 Nov 2017 14:53:20 +0100 8191202: Remove duplicated jmm.h
ihse [Wed, 22 Nov 2017 14:53:20 +0100] rev 48090
8191202: Remove duplicated jmm.h Reviewed-by: erikj, coleenp
Wed, 22 Nov 2017 14:43:37 +0300 8190800: Support vectorization of Math.sqrt() on floats
rlupusoru [Wed, 22 Nov 2017 14:43:37 +0300] rev 48089
8190800: Support vectorization of Math.sqrt() on floats Reviewed-by: vlivanov, kvn
Wed, 22 Nov 2017 01:12:23 -0800 8191683: Compile problem on ARM after JDK-8043070
iveresov [Wed, 22 Nov 2017 01:12:23 -0800] rev 48088
8191683: Compile problem on ARM after JDK-8043070 Summary: Make nmethod::_state explicitly a signed char Reviewed-by: thartmann
Wed, 06 Dec 2017 15:14:13 -0800 8192933: Wrong generic type parameter in serialized form javadoc
ksrini [Wed, 06 Dec 2017 15:14:13 -0800] rev 48087
8192933: Wrong generic type parameter in serialized form javadoc Reviewed-by: jjg
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip