Mon, 13 Jun 2016 17:36:57 -0700 8159010: [JVMCI] crashes with class redefinition
never [Mon, 13 Jun 2016 17:36:57 -0700] rev 39426
8159010: [JVMCI] crashes with class redefinition Reviewed-by: kvn
Fri, 17 Jun 2016 16:50:49 +0000 8159236: [JVMCI] Window-saved SPARC registers should not be considered callee-save
gdub [Fri, 17 Jun 2016 16:50:49 +0000] rev 39425
8159236: [JVMCI] Window-saved SPARC registers should not be considered callee-save Reviewed-by: iveresov
Fri, 17 Jun 2016 11:31:24 +0200 8158260: PPC64: unaligned Unsafe.getInt can lead to the generation of illegal instructions
simonis [Fri, 17 Jun 2016 11:31:24 +0200] rev 39424
8158260: PPC64: unaligned Unsafe.getInt can lead to the generation of illegal instructions Summary: Adjust instruction generation. Reviewed-by: goetz Contributed-by: gromero@linux.vnet.ibm.com, horii@jp.ibm.com
Thu, 16 Jun 2016 16:41:50 +0000 8159167: [JVMCI] fix HotSpotVMConfig startup performance
rschatz [Thu, 16 Jun 2016 16:41:50 +0000] rev 39423
8159167: [JVMCI] fix HotSpotVMConfig startup performance Reviewed-by: iveresov
Wed, 01 Jun 2016 09:13:10 +0300 8149043: Fix code indentation in test/compiler/stable tests
iignatyev [Wed, 01 Jun 2016 09:13:10 +0300] rev 39422
8149043: Fix code indentation in test/compiler/stable tests Reviewed-by: vlivanov
Wed, 15 Jun 2016 14:27:58 +0200 8157181: Compilers accept modification of final fields outside initializer methods
zmajo [Wed, 15 Jun 2016 14:27:58 +0200] rev 39421
8157181: Compilers accept modification of final fields outside initializer methods Summary: Track initialized final field updates; disable constant folding if an update is detected. Enforce final field update rules introduced by JVMS-7 (but only for JDK 9). Reviewed-by: vlivanov, dnsimon, forax, never, kvn, coleenp
Wed, 15 Jun 2016 13:47:17 +0200 8158232: PPC64: improve byte, int and long array copy stubs by using VSX instructions
mdoerr [Wed, 15 Jun 2016 13:47:17 +0200] rev 39420
8158232: PPC64: improve byte, int and long array copy stubs by using VSX instructions Reviewed-by: goetz, mdoerr Contributed-by: Michihiro Horie <horie@jp.ibm.com>
Wed, 15 Jun 2016 11:21:36 +0300 8157726: VarHandles/Unsafe should support sub-word atomic ops
shade [Wed, 15 Jun 2016 11:21:36 +0300] rev 39419
8157726: VarHandles/Unsafe should support sub-word atomic ops Reviewed-by: psandoz, vlivanov, lagergren
Wed, 15 Jun 2016 07:58:56 +0200 8159244: Partially initialized string object created by C2's string concat optimization may escape
thartmann [Wed, 15 Jun 2016 07:58:56 +0200] rev 39418
8159244: Partially initialized string object created by C2's string concat optimization may escape Summary: Emit release barrier after String creation to prevent partially initialized object from escaping. Reviewed-by: kvn
Tue, 14 Jun 2016 18:07:41 -0700 8158360: C1: SEGV in generated code
dlong [Tue, 14 Jun 2016 18:07:41 -0700] rev 39417
8158360: C1: SEGV in generated code Summary: update test to store Object fields Reviewed-by: kvn
Tue, 14 Jun 2016 15:10:05 -0700 8159282: quarantine compiler/jvmci/compilerToVM/ReprofileTest.java
dlong [Tue, 14 Jun 2016 15:10:05 -0700] rev 39416
8159282: quarantine compiler/jvmci/compilerToVM/ReprofileTest.java Reviewed-by: iignatyev
Fri, 24 Jun 2016 16:21:57 +0000 Merge
dfazunen [Fri, 24 Jun 2016 16:21:57 +0000] rev 39415
Merge
Fri, 24 Jun 2016 19:52:31 +0400 8160088: update hotspot tests depending on GC to use @requires vm.gc.X
dfazunen [Fri, 24 Jun 2016 19:52:31 +0400] rev 39414
8160088: update hotspot tests depending on GC to use @requires vm.gc.X Reviewed-by: iignatyev, mchernov, dholmes
Fri, 24 Jun 2016 12:08:32 +0300 8160102: Typo in message for NULL memory size arguments in diagnosticArgument.cpp
ddmitriev [Fri, 24 Jun 2016 12:08:32 +0300] rev 39413
8160102: Typo in message for NULL memory size arguments in diagnosticArgument.cpp Reviewed-by: dholmes, rehn
Thu, 23 Jun 2016 17:11:18 -0700 Merge
amurillo [Thu, 23 Jun 2016 17:11:18 -0700] rev 39412
Merge
Thu, 23 Jun 2016 16:46:41 -0400 8157758: JDK9 does not compile on Linux with GCC 6.1 because left-shifting a negative number has undefined behavior
kbarrett [Thu, 23 Jun 2016 16:46:41 -0400] rev 39411
8157758: JDK9 does not compile on Linux with GCC 6.1 because left-shifting a negative number has undefined behavior Summary: Replace shifts of -1 with shifts of ~0u. Reviewed-by: kbarrett, mockner Contributed-by: alexhenrie24@gmail.com
Thu, 23 Jun 2016 16:27:34 +0000 8160189: Fix for 8159335 breaks AArch64
aph [Thu, 23 Jun 2016 16:27:34 +0000] rev 39410
8160189: Fix for 8159335 breaks AArch64 Reviewed-by: kvn
Wed, 22 Jun 2016 14:03:01 +0200 8155099: Remove duplicate comments from G1Policy
ehelin [Wed, 22 Jun 2016 14:03:01 +0200] rev 39409
8155099: Remove duplicate comments from G1Policy Reviewed-by: jmasa, drwhite
Wed, 22 Jun 2016 10:49:23 +0200 Merge
tschatzl [Wed, 22 Jun 2016 10:49:23 +0200] rev 39408
Merge
Wed, 22 Jun 2016 10:34:01 +0200 8152438: Threads may do significant work out of the non-shared overflow buffer
tschatzl [Wed, 22 Jun 2016 10:34:01 +0200] rev 39407
8152438: Threads may do significant work out of the non-shared overflow buffer Summary: Before processing an element in the non-shared overflow buffer, try to push it into the local shared buffer to keep it full. Reviewed-by: jmasa, ehelin, sjohanss
Tue, 21 Jun 2016 15:02:45 +0200 8159370: Add FlagGuard for easier modification of flags for unit tests
ehelin [Tue, 21 Jun 2016 15:02:45 +0200] rev 39406
8159370: Add FlagGuard for easier modification of flags for unit tests Reviewed-by: kbarrett, jwilhelm
Tue, 21 Jun 2016 19:29:39 -0400 8153743: AllocateHeap() and ReallocateHeap() should use ALWAYSINLINE macro
ysuenaga [Tue, 21 Jun 2016 19:29:39 -0400] rev 39405
8153743: AllocateHeap() and ReallocateHeap() should use ALWAYSINLINE macro Reviewed-by: dholmes, zgu
Tue, 21 Jun 2016 19:25:41 -0400 8155949: Support relaxed semantics in cmpxchg
mdoerr [Tue, 21 Jun 2016 19:25:41 -0400] rev 39404
8155949: Support relaxed semantics in cmpxchg Reviewed-by: dholmes, kbarrett, goetz, aph Contributed-by: horii@jp.ibm.com, martin.doerr@sap.com
Tue, 21 Jun 2016 18:37:04 +0400 8151283: Implement setting jtreg @requires property vm.isG1Supported.
dfazunen [Tue, 21 Jun 2016 18:37:04 +0400] rev 39403
8151283: Implement setting jtreg @requires property vm.isG1Supported. Reviewed-by: tschatzl, iignatyev, mchernov
Tue, 21 Jun 2016 12:09:36 +0200 8159590: Remove deprecated methods from jdk.internal.misc.VM
redestad [Tue, 21 Jun 2016 12:09:36 +0200] rev 39402
8159590: Remove deprecated methods from jdk.internal.misc.VM Reviewed-by: chegar, dholmes
Tue, 21 Jun 2016 09:19:53 +0200 8155730: HeapInfoDCmd should get Heap_lock
ysuenaga [Tue, 21 Jun 2016 09:19:53 +0200] rev 39401
8155730: HeapInfoDCmd should get Heap_lock Reviewed-by: tschatzl, jprovino
Mon, 20 Jun 2016 22:02:20 -0700 8159666: Better CDS support for Event-based tracing
iklam [Mon, 20 Jun 2016 22:02:20 -0700] rev 39400
8159666: Better CDS support for Event-based tracing Reviewed-by: jiangli, mgronlun
Mon, 20 Jun 2016 17:38:14 +0000 Merge
coleenp [Mon, 20 Jun 2016 17:38:14 +0000] rev 39399
Merge
Mon, 20 Jun 2016 12:28:14 -0400 8159470: Error message for ICCE for MethodHandle constant pool not helpful
coleenp [Mon, 20 Jun 2016 12:28:14 -0400] rev 39398
8159470: Error message for ICCE for MethodHandle constant pool not helpful Summary: Reworded message and added test. Reviewed-by: hseigel, gtriantafill, dholmes
Mon, 20 Jun 2016 07:45:03 -0400 8157592: StackTraceLogging fails with stack overflow on 32-bit Windows
gtriantafill [Mon, 20 Jun 2016 07:45:03 -0400] rev 39397
8157592: StackTraceLogging fails with stack overflow on 32-bit Windows Reviewed-by: coleenp, dholmes, jiangli
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip