Tue, 28 Nov 2017 15:42:15 +0300 8191769: AARCH64: Fix hint instructions encoding
dchuyko [Tue, 28 Nov 2017 15:42:15 +0300] rev 48141
8191769: AARCH64: Fix hint instructions encoding Reviewed-by: adinn
Tue, 28 Nov 2017 12:23:03 +0100 8188877: Improper synchronization in offer_termination
drwhite [Tue, 28 Nov 2017 12:23:03 +0100] rev 48140
8188877: Improper synchronization in offer_termination Reviewed-by: kbarrett, tschatzl, aph
Tue, 28 Nov 2017 14:16:24 +0530 8191961: SA: Remove left over quarantined SA tests due to 8184042 from ProblemList.txt
jgeorge [Tue, 28 Nov 2017 14:16:24 +0530] rev 48139
8191961: SA: Remove left over quarantined SA tests due to 8184042 from ProblemList.txt Summary: Unquarantine SA tests quarantined due to OSX failures from 8184042 Reviewed-by: sspitsyn, sballal
Mon, 27 Nov 2017 20:21:34 -0800 8188791: Move AppCDS from closed repo to open repo
iklam [Mon, 27 Nov 2017 20:21:34 -0800] rev 48138
8188791: Move AppCDS from closed repo to open repo Reviewed-by: dsamersoff, simonis, minqi Contributed-by: jiangli.zhou@oracle.com, mikhailo.seledtsov@oracle.com, calvin.cheung@oracle.com
Mon, 27 Nov 2017 20:35:56 -0500 8191504: [TESTBUG] CDSTestUtils.isUnableToMap() should check OptionalData region mapping failure
jiangli [Mon, 27 Nov 2017 20:35:56 -0500] rev 48137
8191504: [TESTBUG] CDSTestUtils.isUnableToMap() should check OptionalData region mapping failure Summary: Check all regions for mapping failure in CDSTestUtils.isUnableToMap(). Reviewed-by: iklam, ccheung, mseledtsov
Tue, 20 Jun 2017 16:25:53 +0800 8181633: Vectorization fails for some multiplication with constant cases
njian [Tue, 20 Jun 2017 16:25:53 +0800] rev 48136
8181633: Vectorization fails for some multiplication with constant cases Reviewed-by: kvn Contributed-by: yang.zhang@linaro.org
Mon, 27 Nov 2017 16:05:11 -0800 8191887: assert(b->is_Bool()) in PhaseIdealLoop::clone_iff() due to Opaque4 node
roland [Mon, 27 Nov 2017 16:05:11 -0800] rev 48135
8191887: assert(b->is_Bool()) in PhaseIdealLoop::clone_iff() due to Opaque4 node Summary: add special handling for graph shape If->Opaque4->Bool->CmpP Reviewed-by: kvn
Mon, 27 Nov 2017 17:51:21 -0500 Merge
dcubed [Mon, 27 Nov 2017 17:51:21 -0500] rev 48134
Merge
Mon, 27 Nov 2017 15:26:55 -0500 8191919: Include TestJhsdbJstackLock.java in ProblemList.txt
jgeorge [Mon, 27 Nov 2017 15:26:55 -0500] rev 48133
8191919: Include TestJhsdbJstackLock.java in ProblemList.txt Reviewed-by: dcubed
Mon, 27 Nov 2017 13:19:08 -0800 8178497: Bug in MutableNUMASpace::ensure_parsability
sangheki [Mon, 27 Nov 2017 13:19:08 -0800] rev 48132
8178497: Bug in MutableNUMASpace::ensure_parsability Summary: Changed problematic variable type from intptr_t to HeapWord* Reviewed-by: tschatzl, sjohanss
Mon, 27 Nov 2017 10:44:19 -0800 8191153: assert(u_ctrl != blk1 && u_ctrl != blk2) failed: won't converge
roland [Mon, 27 Nov 2017 10:44:19 -0800] rev 48131
8191153: assert(u_ctrl != blk1 && u_ctrl != blk2) failed: won't converge Summary: relax assert Reviewed-by: kvn
Fri, 10 Nov 2017 10:30:42 +0100 8189116: Give the jdk.internal.vm.compiler.management only the permissions it really needs to expose the bean
jtulach [Fri, 10 Nov 2017 10:30:42 +0100] rev 48130
8189116: Give the jdk.internal.vm.compiler.management only the permissions it really needs to expose the bean Reviewed-by: mchung, kvn
Mon, 27 Nov 2017 17:26:47 +0000 Merge
aph [Mon, 27 Nov 2017 17:26:47 +0000] rev 48129
Merge
Mon, 27 Nov 2017 17:04:45 +0000 Merge
aph [Mon, 27 Nov 2017 17:04:45 +0000] rev 48128
Merge
Fri, 24 Nov 2017 17:19:47 +0000 8189596: AArch64: implementation for Thread-local handshakes
aph [Fri, 24 Nov 2017 17:19:47 +0000] rev 48127
8189596: AArch64: implementation for Thread-local handshakes Reviewed-by: adinn
Fri, 24 Nov 2017 12:16:25 +0100 8186461: Zero's atomic_copy64() should use SPE instructions on linux-powerpcspe
glaubitz [Fri, 24 Nov 2017 12:16:25 +0100] rev 48126
8186461: Zero's atomic_copy64() should use SPE instructions on linux-powerpcspe Reviewed-by: aph
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
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip