Tue, 21 Nov 2017 13:48:28 +0100 8187227: Zero should use compiler built-ins for atomics on linux-m68k
glaubitz [Tue, 21 Nov 2017 13:48:28 +0100] rev 48125
8187227: Zero should use compiler built-ins for atomics on linux-m68k Reviewed-by: aph, kbarrett
Mon, 27 Nov 2017 14:59:36 +0100 8191868: IdealGraphVisualizer: "ant build/run" fails due to outdated bootstrap.url
gromero [Mon, 27 Nov 2017 14:59:36 +0100] rev 48124
8191868: IdealGraphVisualizer: "ant build/run" fails due to outdated bootstrap.url Summary: Fixed bootstrap.url to point to correct server. Reviewed-by: thartmann
Mon, 27 Nov 2017 13:50:03 +0100 8191864: Provide a public destructor for WorkGang
pliden [Mon, 27 Nov 2017 13:50:03 +0100] rev 48123
8191864: Provide a public destructor for WorkGang Reviewed-by: stefank, sjohanss
Mon, 27 Nov 2017 13:34:00 +0100 8191862: Warn about UseNUMA/UseLargePages only when using ParallelGC
pliden [Mon, 27 Nov 2017 13:34:00 +0100] rev 48122
8191862: Warn about UseNUMA/UseLargePages only when using ParallelGC Reviewed-by: stefank, sjohanss
Mon, 27 Nov 2017 12:38:47 +0100 8191846: jstat prints debug message when debugging is disabled
pliden [Mon, 27 Nov 2017 12:38:47 +0100] rev 48121
8191846: jstat prints debug message when debugging is disabled Reviewed-by: ehelin, rehn
Mon, 27 Nov 2017 03:11:38 -0800 8191227: issues with unsafe handle resolution
rraghavan [Mon, 27 Nov 2017 03:11:38 -0800] rev 48120
8191227: issues with unsafe handle resolution Summary: added ThreadInVMfromNative or ThreadInVMfromUnknown support Reviewed-by: thartmann, vlivanov
Mon, 27 Nov 2017 11:41:00 +0100 8087339: The code heap might use different alignment for committed size and reserved size
thartmann [Mon, 27 Nov 2017 11:41:00 +0100] rev 48119
8087339: The code heap might use different alignment for committed size and reserved size Summary: InitialCodeCacheSize should not constrain code cache memory alignment. Reviewed-by: kvn
Mon, 27 Nov 2017 11:39:21 +0100 8179026: Remove explicit code cache options processing
thartmann [Mon, 27 Nov 2017 11:39:21 +0100] rev 48118
8179026: Remove explicit code cache options processing Summary: Removed explicit processing of code cache related options because generic processing already handles these. Reviewed-by: kvn
Mon, 27 Nov 2017 10:51:31 +0100 8080345: With perm gen gone, perfdata counter sun.gc.policy.generations should be 2, not 3
ehelin [Mon, 27 Nov 2017 10:51:31 +0100] rev 48117
8080345: With perm gen gone, perfdata counter sun.gc.policy.generations should be 2, not 3 Reviewed-by: sjohanss, tschatzl Contributed-by: ysr1729@gmail.com, erik.helin@oracle.com
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
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 tip