Fri, 01 Apr 2016 01:34:00 -0700 8150690: C++11 user-defined literal syntax in jvmciCompilerToVM.cpp.
rraghavan [Fri, 01 Apr 2016 01:34:00 -0700] rev 37282
8150690: C++11 user-defined literal syntax in jvmciCompilerToVM.cpp. Summary: Changes done for - 'C++11 requires a space between literal and identifier'. Reviewed-by: twisti
Thu, 31 Mar 2016 15:52:07 -1000 8144964: JVMCI compilations need to be disabled until the module system is initialized
twisti [Thu, 31 Mar 2016 15:52:07 -1000] rev 37281
8144964: JVMCI compilations need to be disabled until the module system is initialized Reviewed-by: kvn
Thu, 31 Mar 2016 09:16:49 -0700 8152024: MemoryAccessProvider javadoc should be modified
dnsimon [Thu, 31 Mar 2016 09:16:49 -0700] rev 37280
8152024: MemoryAccessProvider javadoc should be modified Reviewed-by: kvn, twisti
Thu, 31 Mar 2016 09:16:49 -0700 8152023: MethodHandleAccessProvider.resolveLinkToTarget throws NPE/IAE on null/wrong argument
dnsimon [Thu, 31 Mar 2016 09:16:49 -0700] rev 37279
8152023: MethodHandleAccessProvider.resolveLinkToTarget throws NPE/IAE on null/wrong argument Reviewed-by: kvn, twisti
Thu, 31 Mar 2016 09:16:49 -0700 8152022: JVMCI: MethodHandleAccessProvider.resolveInvokeBasicTarget throws NPE on null first argument
dnsimon [Thu, 31 Mar 2016 09:16:49 -0700] rev 37278
8152022: JVMCI: MethodHandleAccessProvider.resolveInvokeBasicTarget throws NPE on null first argument Reviewed-by: kvn, twisti
Thu, 31 Mar 2016 09:16:49 -0700 8152021: MethodHandleAccessProvider.lookupMethodHandleIntrinsic throws NPE on null argument
dnsimon [Thu, 31 Mar 2016 09:16:49 -0700] rev 37277
8152021: MethodHandleAccessProvider.lookupMethodHandleIntrinsic throws NPE on null argument Reviewed-by: kvn, twisti
Thu, 31 Mar 2016 09:16:49 -0700 Merge
kvn [Thu, 31 Mar 2016 09:16:49 -0700] rev 37276
Merge
Fri, 18 Mar 2016 12:50:17 +0100 8152172: PPC64: Support AES intrinsics
mdoerr [Fri, 18 Mar 2016 12:50:17 +0100] rev 37275
8152172: PPC64: Support AES intrinsics Reviewed-by: kvn, mdoerr, simonis Contributed-by: horii@jp.ibm.com
Thu, 31 Mar 2016 12:00:32 +0000 8153172: aarch64: hotspot crashes after the 8.1 LSE patch is merged
enevill [Thu, 31 Mar 2016 12:00:32 +0000] rev 37274
8153172: aarch64: hotspot crashes after the 8.1 LSE patch is merged Summary: Fix scratch register usage in C1 atomic_op to avoid unpredictable instruction Reviewed-by: aph Contributed-by: felix.yang@linaro.org
Thu, 31 Mar 2016 09:26:13 +0200 8136798: TestMonomorphicObjectCall.java fails with compilation error
thartmann [Thu, 31 Mar 2016 09:26:13 +0200] rev 37273
8136798: TestMonomorphicObjectCall.java fails with compilation error Summary: Refactored test to work with Jake. Reviewed-by: kvn, zmajo
Wed, 30 Mar 2016 09:52:02 -0700 8148639: Some MethodCounter fields can be excluded when not including C2
cjplummer [Wed, 30 Mar 2016 09:52:02 -0700] rev 37272
8148639: Some MethodCounter fields can be excluded when not including C2 Summary: Removed _interpreter_invocation_count and _interpreter_throwout_count fields for C1 Reviewed-by: kvn, coleenp
Mon, 28 Mar 2016 21:21:41 +0800 8152840: aarch64: improve _unsafe_arraycopy stub routine
fyang [Mon, 28 Mar 2016 21:21:41 +0800] rev 37271
8152840: aarch64: improve _unsafe_arraycopy stub routine Summary: aarch64: improve StubRoutines::_unsafe_arraycopy stub routine Reviewed-by: aph
Wed, 23 Mar 2016 18:00:46 +0800 8152537: aarch64: Make use of CBZ and CBNZ when comparing unsigned values with zero.
fyang [Wed, 23 Mar 2016 18:00:46 +0800] rev 37270
8152537: aarch64: Make use of CBZ and CBNZ when comparing unsigned values with zero. Summary: aarch64: c2 make use of CBZ and CBNZ when comparing unsigned values with zero. Reviewed-by: aph
Tue, 29 Mar 2016 10:07:54 +0000 8151775: aarch64: add support for 8.1 LSE atomic operations
enevill [Tue, 29 Mar 2016 10:07:54 +0000] rev 37269
8151775: aarch64: add support for 8.1 LSE atomic operations Reviewed-by: aph
Fri, 08 Apr 2016 01:00:10 -0400 8153816: [BACKOUT] Make intrinsics flags diagnostic
bharadwaj [Fri, 08 Apr 2016 01:00:10 -0400] rev 37268
8153816: [BACKOUT] Make intrinsics flags diagnostic Summary: Backout fix for 8145348 Reviewed-by: kvn, jwilhelm
Thu, 07 Apr 2016 09:47:48 -0700 Merge
dcubed [Thu, 07 Apr 2016 09:47:48 -0700] rev 37267
Merge
Wed, 06 Apr 2016 14:51:39 -0700 8153671: Quarantine serviceability/tmtools/jstack/JstackThreadTest.java until JDK-8153319 is fixed
jwilhelm [Wed, 06 Apr 2016 14:51:39 -0700] rev 37266
8153671: Quarantine serviceability/tmtools/jstack/JstackThreadTest.java until JDK-8153319 is fixed Reviewed-by: jprovino, dcubed
Tue, 05 Apr 2016 23:59:12 +0000 Merge
sangheki [Tue, 05 Apr 2016 23:59:12 +0000] rev 37265
Merge
Tue, 05 Apr 2016 16:15:53 -0700 8152188: Allow CMSBitMapYieldQuantum for BitMap::clear_range and clear_large_range
sangheki [Tue, 05 Apr 2016 16:15:53 -0700] rev 37264
8152188: Allow CMSBitMapYieldQuantum for BitMap::clear_range and clear_large_range Summary: Let BitMap::clear_large_range call clear_range instead of firing an assert Reviewed-by: jmasa, jwilhelm
Tue, 05 Apr 2016 14:52:12 -0700 8153300: [TESTBUG] Enhance test/testlibrary/ClassFileInstaller.java to support JAR files
iklam [Tue, 05 Apr 2016 14:52:12 -0700] rev 37263
8153300: [TESTBUG] Enhance test/testlibrary/ClassFileInstaller.java to support JAR files Reviewed-by: lfoltan, mseledtsov
Tue, 05 Apr 2016 11:17:50 -0400 8153117: Back out JDK-8142935 until JDK-8152723 fixed
tbenson [Tue, 05 Apr 2016 11:17:50 -0400] rev 37262
8153117: Back out JDK-8142935 until JDK-8152723 fixed Summary: JDK-8142935 fix can lead to avoidable Full GCs Reviewed-by: jwilhelm, tschatzl Contributed-by: tom.benson@oracle.com
Tue, 05 Apr 2016 09:42:27 -0400 8153026: Change logging tag 'verboseverification' to 'verification'
rprotacio [Tue, 05 Apr 2016 09:42:27 -0400] rev 37261
8153026: Change logging tag 'verboseverification' to 'verification' Summary: Changed UL tag to 'verification' Reviewed-by: hseigel, lfoltan
Tue, 05 Apr 2016 13:55:31 +0200 8153176: ParOldGC: Use correct TaskQueueSet for ParallelTaskTerminator in marking.
mgerdin [Tue, 05 Apr 2016 13:55:31 +0200] rev 37260
8153176: ParOldGC: Use correct TaskQueueSet for ParallelTaskTerminator in marking. Reviewed-by: mgerdin, tschatzl Contributed-by: richard.reingruber@sap.com
Tue, 05 Apr 2016 12:10:03 +0200 Merge
tschatzl [Tue, 05 Apr 2016 12:10:03 +0200] rev 37259
Merge
Tue, 05 Apr 2016 11:22:20 +0200 8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl [Tue, 05 Apr 2016 11:22:20 +0200] rev 37258
8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from Summary: Fix wrong assertion. Reviewed-by: tbenson, shade
Tue, 05 Apr 2016 11:00:22 +0200 Merge
stefank [Tue, 05 Apr 2016 11:00:22 +0200] rev 37257
Merge
Tue, 05 Apr 2016 10:42:01 +0200 8153396: Remove unused ResourceMarks from UL internal vm tests
rehn [Tue, 05 Apr 2016 10:42:01 +0200] rev 37256
8153396: Remove unused ResourceMarks from UL internal vm tests Reviewed-by: stefank, brutisso
Tue, 05 Apr 2016 10:41:52 +0200 8152711: Create a non-template Log wrapper class
stefank [Tue, 05 Apr 2016 10:41:52 +0200] rev 37255
8152711: Create a non-template Log wrapper class Reviewed-by: kbarrett, rehn
Tue, 05 Apr 2016 10:35:39 +0200 8152637: Create a stack allocatable LogStream class
stefank [Tue, 05 Apr 2016 10:35:39 +0200] rev 37254
8152637: Create a stack allocatable LogStream class Reviewed-by: rehn, brutisso
Tue, 05 Apr 2016 09:05:19 +0200 8152929: Remove UNSUPPORTED_GC_OPTION, use UNSUPPORTED_OPTION instead
pliden [Tue, 05 Apr 2016 09:05:19 +0200] rev 37253
8152929: Remove UNSUPPORTED_GC_OPTION, use UNSUPPORTED_OPTION instead Reviewed-by: brutisso, jmasa
Tue, 05 Apr 2016 00:41:55 +0200 Merge
dcubed [Tue, 05 Apr 2016 00:41:55 +0200] rev 37252
Merge
Mon, 04 Apr 2016 14:49:19 -0700 8152358: code and comment cleanups found during the hunt for 8077392
dcubed [Mon, 04 Apr 2016 14:49:19 -0700] rev 37251
8152358: code and comment cleanups found during the hunt for 8077392 Reviewed-by: gthornbr, kvn, cvarming
Mon, 04 Apr 2016 14:41:00 -0700 8077392: Stream fork/join tasks occasionally fail to complete
dcubed [Mon, 04 Apr 2016 14:41:00 -0700] rev 37250
8077392: Stream fork/join tasks occasionally fail to complete 8131715: backout the fix for JDK-8079359 when JDK-8077392 is fixed Summary: Add missing BasicLock::_displaced_header init to ObjectSynchronizer::quick_enter() and re-enable Contended Locked "fast enter" bucket. Reviewed-by: gthornbr, dholmes, kvn, cvarming, acorn
Tue, 05 Apr 2016 00:36:59 +0300 8153437: Temporary exclude AllocatePrefetchDistance from testing
ddmitriev [Tue, 05 Apr 2016 00:36:59 +0300] rev 37249
8153437: Temporary exclude AllocatePrefetchDistance from testing Reviewed-by: dcubed
Mon, 04 Apr 2016 12:57:48 -0400 8132524: Missing includes to resourceArea.hpp
jprovino [Mon, 04 Apr 2016 12:57:48 -0400] rev 37248
8132524: Missing includes to resourceArea.hpp Summary: Files that use ResourceMark are missing the include of resourceArea.hpp Reviewed-by: tschatzl, jwilhelm
Mon, 04 Apr 2016 15:05:52 +0200 8153254: Delegate (v)write from Log to LogTagSet
rehn [Mon, 04 Apr 2016 15:05:52 +0200] rev 37247
8153254: Delegate (v)write from Log to LogTagSet Reviewed-by: stefank, kbarrett
Mon, 04 Apr 2016 13:36:27 +0200 Merge
stefank [Mon, 04 Apr 2016 13:36:27 +0200] rev 37246
Merge
Mon, 04 Apr 2016 12:45:04 +0200 8152635: Create a UL class to represent a Log + Level combination
stefank [Mon, 04 Apr 2016 12:45:04 +0200] rev 37245
8152635: Create a UL class to represent a Log + Level combination Reviewed-by: brutisso, mlarsson, rehn
Thu, 24 Mar 2016 10:49:08 +0100 8151460: Metaspace counters can have inconsistent values
sjohanss [Thu, 24 Mar 2016 10:49:08 +0100] rev 37244
8151460: Metaspace counters can have inconsistent values Reviewed-by: jmasa, pliden
Mon, 04 Apr 2016 11:32:04 +0200 Merge
stefank [Mon, 04 Apr 2016 11:32:04 +0200] rev 37243
Merge
Mon, 04 Apr 2016 09:15:15 +0200 8152632: Rename LogHandle(...) to Log(...)
stefank [Mon, 04 Apr 2016 09:15:15 +0200] rev 37242
8152632: Rename LogHandle(...) to Log(...) Reviewed-by: brutisso, mlarsson, rprotacio
Mon, 04 Apr 2016 09:15:01 +0200 8152538: UL doesn't inline the LogTagSet::is_level check
stefank [Mon, 04 Apr 2016 09:15:01 +0200] rev 37241
8152538: UL doesn't inline the LogTagSet::is_level check Reviewed-by: mlarsson, brutisso
Mon, 04 Apr 2016 09:59:57 +0200 Merge
mlarsson [Mon, 04 Apr 2016 09:59:57 +0200] rev 37240
Merge
Mon, 04 Apr 2016 08:58:38 +0200 8153174: Remove trailing comma from log configuration listings
mlarsson [Mon, 04 Apr 2016 08:58:38 +0200] rev 37239
8153174: Remove trailing comma from log configuration listings Reviewed-by: rehn, sla
Fri, 01 Apr 2016 10:16:31 +0200 8153203: Remove liveRange.hpp
brutisso [Fri, 01 Apr 2016 10:16:31 +0200] rev 37238
8153203: Remove liveRange.hpp Reviewed-by: mgerdin, jwilhelm
Sat, 02 Apr 2016 05:39:25 +0200 Merge
jwilhelm [Sat, 02 Apr 2016 05:39:25 +0200] rev 37237
Merge
Fri, 01 Apr 2016 14:34:17 -0700 Merge
dcubed [Fri, 01 Apr 2016 14:34:17 -0700] rev 37236
Merge
Fri, 01 Apr 2016 14:30:10 -0700 8153302: [BACKOUT] STW phases at Concurrent GC should count in PerfCounter
dcubed [Fri, 01 Apr 2016 14:30:10 -0700] rev 37235
8153302: [BACKOUT] STW phases at Concurrent GC should count in PerfCounter Reviewed-by: jmasa, jwilhelm
Fri, 01 Apr 2016 09:45:50 -0700 8153201: TestOptionsWithRanges fails with -XX:OldPLABSize=2147483648
sangheki [Fri, 01 Apr 2016 09:45:50 -0700] rev 37234
8153201: TestOptionsWithRanges fails with -XX:OldPLABSize=2147483648 Summary: Add parallel gc into min/max PLAB constraint function Reviewed-by: brutisso, tbenson
Fri, 01 Apr 2016 09:43:13 -0700 8152176: Big ParGCCardsPerStrideChunk values can cause overflow for CMS GC
sangheki [Fri, 01 Apr 2016 09:43:13 -0700] rev 37233
8152176: Big ParGCCardsPerStrideChunk values can cause overflow for CMS GC Summary: Limit the max value of ParGCCardsPerStrideChunk based on card table size and other stride flags Reviewed-by: jmasa, tbenson
Fri, 01 Apr 2016 16:15:37 +0300 8148397: Create new tests for IHOP
mchernov [Fri, 01 Apr 2016 16:15:37 +0300] rev 37232
8148397: Create new tests for IHOP Reviewed-by: tschatzl, dfazunen
Fri, 01 Apr 2016 12:46:06 +0200 Merge
tschatzl [Fri, 01 Apr 2016 12:46:06 +0200] rev 37231
Merge
Fri, 01 Apr 2016 12:00:09 +0200 8153193: Missing includes in gc/g1/heapRegionBounds.hpp
tschatzl [Fri, 01 Apr 2016 12:00:09 +0200] rev 37230
8153193: Missing includes in gc/g1/heapRegionBounds.hpp Reviewed-by: jwilhelm, brutisso
Fri, 01 Apr 2016 11:58:45 +0200 8153182: GC ID prefix for gc, humongous log messages are missing
tschatzl [Fri, 01 Apr 2016 11:58:45 +0200] rev 37229
8153182: GC ID prefix for gc, humongous log messages are missing Reviewed-by: mgerdin, brutisso
Fri, 01 Apr 2016 11:57:58 +0200 8148099: Improve memory access to FromCardCache during GC
tschatzl [Fri, 01 Apr 2016 11:57:58 +0200] rev 37228
8148099: Improve memory access to FromCardCache during GC Summary: Transpose the FromCardCache data array so the access during GC is linear instead of element-by-element with stride. Reviewed-by: mgerdin, brutisso
Fri, 01 Apr 2016 13:51:29 +0530 8151442: jstack doesn't close quotation marks properly with threads' name greater than 1996 characters
csahu [Fri, 01 Apr 2016 13:51:29 +0530] rev 37227
8151442: jstack doesn't close quotation marks properly with threads' name greater than 1996 characters Reviewed-by: dsamersoff, kevinw
(0) -30000 -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 tip