Tue, 01 Mar 2016 02:15:31 +0000 Merge
mockner [Tue, 01 Mar 2016 02:15:31 +0000] rev 36382
Merge
Mon, 29 Feb 2016 16:58:09 -0500 8149064: TraceProtectionDomainVerification has been converted to Unified Logging.
mockner [Mon, 29 Feb 2016 16:58:09 -0500] rev 36381
8149064: TraceProtectionDomainVerification has been converted to Unified Logging. Summary: TraceProtectionDomainVerification has been converted to Unified Logging with tag protectiondomain. Reviewed-by: coleenp, iklam
Mon, 29 Feb 2016 23:35:33 +0000 Merge
dholmes [Mon, 29 Feb 2016 23:35:33 +0000] rev 36380
Merge
Mon, 29 Feb 2016 08:50:57 +0100 8150619: Improve thread based logging introduced with 8149036
stuefe [Mon, 29 Feb 2016 08:50:57 +0100] rev 36379
8150619: Improve thread based logging introduced with 8149036 Reviewed-by: coleenp, dholmes
Mon, 29 Feb 2016 11:32:12 -0500 8140600: Convert unnecessarily malloc'd Monitors to value members
drwhite [Mon, 29 Feb 2016 11:32:12 -0500] rev 36378
8140600: Convert unnecessarily malloc'd Monitors to value members Summary: Change a malloc'd monitor into an embedded monitor. Reviewed-by: tschatzl, kbarrett
Mon, 29 Feb 2016 15:42:34 +0000 Merge
jwilhelm [Mon, 29 Feb 2016 15:42:34 +0000] rev 36377
Merge
Mon, 29 Feb 2016 15:24:52 +0100 Merge
jwilhelm [Mon, 29 Feb 2016 15:24:52 +0100] rev 36376
Merge
Fri, 26 Feb 2016 16:28:42 +0100 8144732: VM_HeapDumper hits assert with bad dump_len
aeriksso [Fri, 26 Feb 2016 16:28:42 +0100] rev 36375
8144732: VM_HeapDumper hits assert with bad dump_len Reviewed-by: dsamersoff
Mon, 29 Feb 2016 13:06:03 +0100 8150068: Log the main G1 phases at info level
brutisso [Mon, 29 Feb 2016 13:06:03 +0100] rev 36374
8150068: Log the main G1 phases at info level Reviewed-by: sjohanss, tschatzl
Sun, 28 Feb 2016 12:22:05 -0500 8150421: Delete experimental G1UseConcMarkReferenceProcessing
kbarrett [Sun, 28 Feb 2016 12:22:05 -0500] rev 36373
8150421: Delete experimental G1UseConcMarkReferenceProcessing Summary: Removed the option and supporting code. Reviewed-by: jmasa, tamao
Sat, 27 Feb 2016 00:07:03 +0000 Merge
jprovino [Sat, 27 Feb 2016 00:07:03 +0000] rev 36372
Merge
Fri, 26 Feb 2016 14:02:39 -0500 8139651: ConcurrentG1Refine uses ints for many of its members that should be unsigned types
jprovino [Fri, 26 Feb 2016 14:02:39 -0500] rev 36371
8139651: ConcurrentG1Refine uses ints for many of its members that should be unsigned types Summary: ints need to be changed to size_t Reviewed-by: kbarrett, tbenson
Fri, 26 Feb 2016 17:55:05 +0100 Merge
tschatzl [Fri, 26 Feb 2016 17:55:05 +0100] rev 36370
Merge
Fri, 26 Feb 2016 13:02:30 +0100 8150629: Initializing all ParScanThreadStates causes significant unaccounted "Other" times
tschatzl [Fri, 26 Feb 2016 13:02:30 +0100] rev 36369
8150629: Initializing all ParScanThreadStates causes significant unaccounted "Other" times Summary: Lazily allocate ParScanThreadStates within the worker threads instead of doing this work upfront serially. Reviewed-by: mgerdin, jmasa
Fri, 26 Feb 2016 13:02:30 +0100 8150630: Add logging for ParScanThreadState merge phase
tschatzl [Fri, 26 Feb 2016 13:02:30 +0100] rev 36368
8150630: Add logging for ParScanThreadState merge phase Summary: Improve visibility of the per-thread scan state merge phase by adding appropriate logging. Reviewed-by: jmasa, tbenson
Fri, 26 Feb 2016 13:02:30 +0100 8076463: Add logging for the preserve CM referents task
tschatzl [Fri, 26 Feb 2016 13:02:30 +0100] rev 36367
8076463: Add logging for the preserve CM referents task Summary: Add logging and do minor refactoring to CM referents handling task. Reviewed-by: jmasa
Fri, 26 Feb 2016 13:02:30 +0100 8140777: Make Adaptive IHOP logging information the same as JFR logging
tschatzl [Fri, 26 Feb 2016 13:02:30 +0100] rev 36366
8140777: Make Adaptive IHOP logging information the same as JFR logging Reviewed-by: tbenson, jmasa
Thu, 25 Feb 2016 11:20:03 +0100 8150390: Move rs length sampling data to the sampling thread
mgerdin [Thu, 25 Feb 2016 11:20:03 +0100] rev 36365
8150390: Move rs length sampling data to the sampling thread Reviewed-by: drwhite, jwilhelm
Thu, 25 Feb 2016 13:09:17 -0500 8150103: Convert TraceClassPaths to Unified Logging
mockner [Thu, 25 Feb 2016 13:09:17 -0500] rev 36364
8150103: Convert TraceClassPaths to Unified Logging Summary: TraceClassPaths has been reimplemented with Unified Logging Reviewed-by: coleenp, dholmes, iklam
Wed, 24 Feb 2016 09:25:39 +0100 8134992: vm/gc/compact/Compact_InternedStrings_Strings failed due to a malloc() failure
drwhite [Wed, 24 Feb 2016 09:25:39 +0100] rev 36363
8134992: vm/gc/compact/Compact_InternedStrings_Strings failed due to a malloc() failure Reviewed-by: mgerdin, brutisso
Thu, 25 Feb 2016 01:55:45 +0000 Merge
ctornqvi [Thu, 25 Feb 2016 01:55:45 +0000] rev 36362
Merge
Wed, 24 Feb 2016 16:34:25 -0500 8150490: Update OS detection code to recognize Windows Server 2016
ctornqvi [Wed, 24 Feb 2016 16:34:25 -0500] rev 36361
8150490: Update OS detection code to recognize Windows Server 2016 Reviewed-by: mgronlun, alanb, dholmes
Thu, 25 Feb 2016 01:23:10 +0100 Merge
kbarrett [Thu, 25 Feb 2016 01:23:10 +0100] rev 36360
Merge
Tue, 23 Feb 2016 18:58:36 -0500 8150426: Wrong cast in metadata_at_put
kbarrett [Tue, 23 Feb 2016 18:58:36 -0500] rev 36359
8150426: Wrong cast in metadata_at_put Summary: Fix cast. Reviewed-by: dholmes, coleenp, jprovino Contributed-by: timo.kinnunen@gmail.com
Wed, 24 Feb 2016 22:22:41 +0000 Merge
dholmes [Wed, 24 Feb 2016 22:22:41 +0000] rev 36358
Merge
Wed, 24 Feb 2016 16:04:51 -0500 8150506: Remove unused locks
dholmes [Wed, 24 Feb 2016 16:04:51 -0500] rev 36357
8150506: Remove unused locks Reviewed-by: mgronlun, tschatzl, mgerdin, coleenp
Wed, 24 Feb 2016 21:55:26 +0100 Merge
coleenp [Wed, 24 Feb 2016 21:55:26 +0100] rev 36356
Merge
Wed, 24 Feb 2016 18:06:34 +0100 8149036: Add tracing for thread related events at os level
stuefe [Wed, 24 Feb 2016 18:06:34 +0100] rev 36355
8149036: Add tracing for thread related events at os level Reviewed-by: coleenp, mlarsson, dholmes
Wed, 24 Feb 2016 13:18:54 -0500 8150419: Cleanup BufferNode API
kbarrett [Wed, 24 Feb 2016 13:18:54 -0500] rev 36354
8150419: Cleanup BufferNode API Summary: Fewer public functions, cleanup allocation. Reviewed-by: tschatzl, drwhite
Thu, 18 Feb 2016 16:15:28 +0100 8149743: JVM crash after debugger hotswap with lambdas
aeriksso [Thu, 18 Feb 2016 16:15:28 +0100] rev 36353
8149743: JVM crash after debugger hotswap with lambdas Reviewed-by: sspitsyn, coleenp, dcubed
Thu, 03 Mar 2016 14:07:10 +0000 Merge
vlivanov [Thu, 03 Mar 2016 14:07:10 +0000] rev 36352
Merge
Thu, 03 Mar 2016 16:46:58 +0300 8151157: Quarantine test/compiler/unsafe/UnsafeGetStableArrayElement.java
vlivanov [Thu, 03 Mar 2016 16:46:58 +0300] rev 36351
8151157: Quarantine test/compiler/unsafe/UnsafeGetStableArrayElement.java Reviewed-by: zmajo, thartmann
Thu, 03 Mar 2016 13:18:53 +0100 8151130: [BACKOUT] Remove Method::_method_data for C1
thartmann [Thu, 03 Mar 2016 13:18:53 +0100] rev 36350
8151130: [BACKOUT] Remove Method::_method_data for C1 Summary: Backing out the fix for JDK-8147978 because it fails and blocks integration. Reviewed-by: vlivanov, zmajo
Wed, 02 Mar 2016 15:42:03 +0300 8151020: [TESTBUG] UnsafeGetStableArrayElement::testL_* fail intermittently
vlivanov [Wed, 02 Mar 2016 15:42:03 +0300] rev 36349
8151020: [TESTBUG] UnsafeGetStableArrayElement::testL_* fail intermittently Reviewed-by: zmajo, shade
Wed, 02 Mar 2016 12:29:17 +0300 8151017: [TESTBUG] test/compiler/c1/CanonicalizeArrayLength does not work on product builds
shade [Wed, 02 Mar 2016 12:29:17 +0300] rev 36348
8151017: [TESTBUG] test/compiler/c1/CanonicalizeArrayLength does not work on product builds Reviewed-by: thartmann, zmajo
Tue, 01 Mar 2016 21:56:02 +0000 Merge
iveresov [Tue, 01 Mar 2016 21:56:02 +0000] rev 36347
Merge
Tue, 01 Mar 2016 12:35:21 -0800 8134119: Use new API to get cache line sizes
iveresov [Tue, 01 Mar 2016 12:35:21 -0800] rev 36346
8134119: Use new API to get cache line sizes Summary: Using new sysconf and sysinfo API on Solaris 12, avoid using libpicl and libkstat. Reviewed-by: kvn
Fri, 26 Feb 2016 09:13:22 -0800 8147978: Remove Method::_method_data for C1
cjplummer [Fri, 26 Feb 2016 09:13:22 -0800] rev 36345
8147978: Remove Method::_method_data for C1 Summary: Method::_method_data field removed when not using C2 or JVMCI Reviewed-by: dholmes, kvn
Tue, 01 Mar 2016 18:29:20 +0000 Merge
twisti [Tue, 01 Mar 2016 18:29:20 +0000] rev 36344
Merge
Fri, 26 Feb 2016 13:21:28 +0100 8150727: [JVMCI] add LoadLoad to the implicit memory barriers on AMD64
twisti [Fri, 26 Feb 2016 13:21:28 +0100] rev 36343
8150727: [JVMCI] add LoadLoad to the implicit memory barriers on AMD64 Reviewed-by: rschatz, twisti Contributed-by: Benoit Daloze <benoit.daloze@jku.at>
Tue, 01 Mar 2016 20:06:47 +0300 8150933: System::arraycopy intrinsic doesn't mark mismatched loads
vlivanov [Tue, 01 Mar 2016 20:06:47 +0300] rev 36342
8150933: System::arraycopy intrinsic doesn't mark mismatched loads Reviewed-by: kvn, shade
Fri, 19 Feb 2016 17:12:14 +0800 8150229: aarch64: pipeline class for several instructions is not set correctly
fyang [Fri, 19 Feb 2016 17:12:14 +0800] rev 36341
8150229: aarch64: pipeline class for several instructions is not set correctly Summary: aarch64: c2 fix pipeline class for several instructions. Reviewed-by: aph Contributed-by: felix.yang@linaro.org
Thu, 18 Feb 2016 21:53:24 +0800 8149907: aarch64: use load/store pair instructions in call_stub
fyang [Thu, 18 Feb 2016 21:53:24 +0800] rev 36340
8149907: aarch64: use load/store pair instructions in call_stub Summary: aarch64: make use of load/store pair instructions in call_stub to save space Reviewed-by: aph Contributed-by: felix.yang@linaro.org
Wed, 17 Feb 2016 20:19:24 +0800 8150038: aarch64: make use of CBZ and CBNZ when comparing narrow pointer with zero
fyang [Wed, 17 Feb 2016 20:19:24 +0800] rev 36339
8150038: aarch64: make use of CBZ and CBNZ when comparing narrow pointer with zero Summary: aarch64: c2 make use of CBZ and CBNZ when comparing narrow pointer with zero Reviewed-by: aph Contributed-by: felix.yang@linaro.org
Wed, 24 Feb 2016 04:45:50 -0800 8149733: AArch64: refactor array_equals/string_equals
hshi [Wed, 24 Feb 2016 04:45:50 -0800] rev 36338
8149733: AArch64: refactor array_equals/string_equals Summary: combine similar code for string_equals/char_array_equals/byte_array_equals into same implemenation Reviewed-by: aph, shade
Mon, 29 Feb 2016 23:46:55 +0300 8150543: Mismatched access detection is inaccurate
vlivanov [Mon, 29 Feb 2016 23:46:55 +0300] rev 36337
8150543: Mismatched access detection is inaccurate Reviewed-by: kvn, shade
Mon, 29 Feb 2016 15:05:45 +0100 8150720: Cleanup code around PrintOptoStatistics
redestad [Mon, 29 Feb 2016 15:05:45 +0100] rev 36336
8150720: Cleanup code around PrintOptoStatistics Reviewed-by: kvn, shade, vlivanov
Mon, 29 Feb 2016 13:02:10 +0100 8150349: Reduce the execution time of the hotspot_compiler_3 group
zmajo [Mon, 29 Feb 2016 13:02:10 +0100] rev 36335
8150349: Reduce the execution time of the hotspot_compiler_3 group Summary: Exclude long-running intrinsic-related tests that check functionality that is not likely to be changed soon. Reviewed-by: kvn, neliasso
Mon, 29 Feb 2016 09:02:13 +0100 Merge
thartmann [Mon, 29 Feb 2016 09:02:13 +0100] rev 36334
Merge
Fri, 26 Feb 2016 11:13:25 -1000 8150738: [JVMCI] runtime/CommandLine/TraceExceptionsTest.java fails with: java.lang.RuntimeException: '<a 'java/lang/ClassNotFoundException': NoClassFound>' missing
twisti [Fri, 26 Feb 2016 11:13:25 -1000] rev 36333
8150738: [JVMCI] runtime/CommandLine/TraceExceptionsTest.java fails with: java.lang.RuntimeException: '<a 'java/lang/ClassNotFoundException': NoClassFound>' missing Reviewed-by: coleenp
Fri, 26 Feb 2016 15:54:55 +0300 8068038: C2: large constant offsets aren't handled on SPARC
vlivanov [Fri, 26 Feb 2016 15:54:55 +0300] rev 36332
8068038: C2: large constant offsets aren't handled on SPARC Reviewed-by: kvn
Fri, 26 Feb 2016 01:58:29 +0300 8150436: Incorrect invocation mode when linkToInteface linker is eliminated
vlivanov [Fri, 26 Feb 2016 01:58:29 +0300] rev 36331
8150436: Incorrect invocation mode when linkToInteface linker is eliminated Reviewed-by: kvn, shade
Fri, 26 Feb 2016 01:58:26 +0300 8150186: Folding mismatched accesses with @Stable is incorrect
vlivanov [Fri, 26 Feb 2016 01:58:26 +0300] rev 36330
8150186: Folding mismatched accesses with @Stable is incorrect Reviewed-by: kvn, jrose, shade
Wed, 24 Feb 2016 09:22:45 -0800 8150561: [AArch64] JVMCI improvements
twisti [Wed, 24 Feb 2016 09:22:45 -0800] rev 36329
8150561: [AArch64] JVMCI improvements Reviewed-by: kvn
Thu, 25 Feb 2016 14:47:08 +0000 Merge
aph [Thu, 25 Feb 2016 14:47:08 +0000] rev 36328
Merge
Wed, 24 Feb 2016 12:38:50 +0000 Merge
aph [Wed, 24 Feb 2016 12:38:50 +0000] rev 36327
Merge
Wed, 17 Feb 2016 14:06:45 +0000 8150045: arraycopy causes segfaults in SATB during garbage collection
aph [Wed, 17 Feb 2016 14:06:45 +0000] rev 36326
8150045: arraycopy causes segfaults in SATB during garbage collection Reviewed-by: roland
Thu, 25 Feb 2016 15:10:16 +0300 8150534: C1 compilation fails with "Constant field loads are folded during parsing"
shade [Thu, 25 Feb 2016 15:10:16 +0300] rev 36325
8150534: C1 compilation fails with "Constant field loads are folded during parsing" Reviewed-by: vlivanov, thartmann
Thu, 25 Feb 2016 11:17:33 +0100 Merge
neliasso [Thu, 25 Feb 2016 11:17:33 +0100] rev 36324
Merge
Thu, 25 Feb 2016 10:44:51 +0100 8069160: serviceability/dcmd/compiler/CompilerQueueTest.java fails due to class not found
neliasso [Thu, 25 Feb 2016 10:44:51 +0100] rev 36323
8069160: serviceability/dcmd/compiler/CompilerQueueTest.java fails due to class not found Summary: Use whitebox to test specific cases making test less fragile Reviewed-by: kvn
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip