adinn [Tue, 21 Jun 2016 13:14:33 -0400] rev 39433
8151661: Performance regression on Solaris-SPARC in 9-b103
Reviewed-by: kvn, aph
Contributed-by: rahul.v.raghavan@oracle.com
psandoz [Mon, 20 Jun 2016 13:06:33 +0200] rev 39432
8158039: VarHandle float/double field/array access should support CAS/set/add atomics
Reviewed-by: shade, vlivanov, darcy
cvarming [Mon, 20 Jun 2016 08:11:22 -0400] rev 39431
8159720: Failure of C2 compilation with tiered prevents some C1 compilations.
Summary: If C2 fails to compile a method with tiered compilation, then it should mark the method as not compileable on the C2 tier only.
Reviewed-by: twisti, thartmann
rbackman [Wed, 15 Jun 2016 09:46:15 +0200] rev 39430
8139379: Tests fail with assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod
Reviewed-by: mgronlun, neliasso
thartmann [Mon, 20 Jun 2016 09:32:44 +0200] rev 39429
8159715: Fix for 8072422 is incorrect
Summary: Fixed several issues introduced by 8072422.
Reviewed-by: zmajo, kvn
iignatyev [Thu, 16 Jun 2016 01:43:11 +0300] rev 39428
8159149: Several compiler tests fail with minimal VM
Reviewed-by: kvn, psandoz
iignatyev [Wed, 15 Jun 2016 22:58:04 +0300] rev 39427
8158754: compilercontrol tests: RandomCommandsTest.java and RandomValidCommandsTest.java - fail in PIT
Reviewed-by: neliasso
never [Mon, 13 Jun 2016 17:36:57 -0700] rev 39426
8159010: [JVMCI] crashes with class redefinition
Reviewed-by: kvn
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
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
rschatz [Thu, 16 Jun 2016 16:41:50 +0000] rev 39423
8159167: [JVMCI] fix HotSpotVMConfig startup performance
Reviewed-by: iveresov
iignatyev [Wed, 01 Jun 2016 09:13:10 +0300] rev 39422
8149043: Fix code indentation in test/compiler/stable tests
Reviewed-by: vlivanov