darcy [Fri, 28 Aug 2015 07:55:45 -0700] rev 32409
8134678: Problem list SecurityManager/CheckPackageAccess.java
Reviewed-by: lancea
erikj [Fri, 28 Aug 2015 10:13:30 +0200] rev 32408
8134408: Disable warnings for jdk libraries triggered by SS12u4
Reviewed-by: tbell, ihse
katleman [Thu, 03 Sep 2015 14:24:44 -0700] rev 32407
Added tag jdk9-b80 for changeset d6e71f67a221
duke [Wed, 05 Jul 2017 20:47:56 +0200] rev 32406
Merge
lana [Thu, 03 Sep 2015 16:14:02 -0700] rev 32405
Merge
amurillo [Thu, 27 Aug 2015 14:40:19 -0700] rev 32404
Merge
roland [Thu, 27 Aug 2015 18:51:22 +0200] rev 32403
Merge
roland [Wed, 26 Aug 2015 09:49:37 +0200] rev 32402
8134321: tools/pack200/Pack200Test.java crashes in the VM PIT jdk9 b79
Summary: Code that capture field values of eliminated allocation at a safepoint when there's an arraycopy behind a Phi is broken
Reviewed-by: kvn
thartmann [Tue, 25 Aug 2015 07:49:55 +0200] rev 32401
8075805: Crash while trying to release CompiledICHolder
Summary: Removed nmethod transition to zombie outside of sweeper. Added cleaning of ICs of unloaded nmethods.
Reviewed-by: kvn, iveresov
roland [Fri, 21 Aug 2015 09:12:42 +0200] rev 32400
Merge
enevill [Thu, 20 Aug 2015 09:40:08 +0000] rev 32399
8133842: aarch64: C2 generates illegal instructions with int shifts >=32
Summary: Fix logical operatations combined with shifts >= 32
Reviewed-by: kvn, aph, adinn
roland [Tue, 18 Aug 2015 16:10:34 +0200] rev 32398
8131969: jit/FloatingPoint/gen_math/Loops05 assert(2 <= size && size <= 16) failed: update low bits table
Summary: assert in register allocation code when vector Phi for a loop is processed because code assumes all inputs already processed
Reviewed-by: kvn
kvn [Wed, 19 Aug 2015 17:59:00 -0700] rev 32397
8133984: print_compressed_class_space() is only defined in 64-bit VM
Summary: define method's empty body in 32-bit VM.
Reviewed-by: coleenp
adinn [Tue, 11 Aug 2015 10:25:24 -0400] rev 32396
8078743: AARCH64: Extend use of stlr to cater for volatile object stores
Summary: The current use of stlr on AArch64 to implement volatile stores needs to be extended to cater for object stores.
Reviewed-by: kvn, aph, enevill
enevill [Tue, 18 Aug 2015 12:40:22 +0000] rev 32395
8133352: aarch64: generates constrained unpredictable instructions
Summary: Fix generation of unpredictable STXR Rs, Rt, [Rn] with Rs == Rt
Reviewed-by: kvn, aph, adinn