bobv [Thu, 03 Nov 2016 10:44:17 -0400] rev 42088
8167501: ARMv7 Linux C2 compiler crashes running jtreg harness on MP systems
Reviewed-by: dcubed
vtewari [Thu, 03 Nov 2016 11:53:20 +0530] rev 42087
8164783: SA: jhsdb clhsdb 'printall' often throws "Corrupted constant pool" assertion failure
Summary: Do the special handling for invokedynamic bytecodes while printing out the bytecodes in a method
Reviewed-by: dsamersoff, sundar
Contributed-by: jini.george@oracle.com
simonis [Thu, 06 Oct 2016 18:51:24 +0200] rev 42086
8159611: C2: ArrayCopy elimination skips required parameter checks
Reviewed-by: kvn, zmajo, thartmann
zmajo [Tue, 01 Nov 2016 09:19:14 +0100] rev 42085
8167578: C1: compiler.escapeAnalysis.TestArrayCopy fails to throw ArrayStoreException
Summary: Remove code that causes C1's arraycopy to skip type checks if the length argument is 0
Reviewed-by: kvn
mchernov [Mon, 31 Oct 2016 17:36:39 +0000] rev 42084
Merge
mchernov [Mon, 31 Oct 2016 18:18:05 +0300] rev 42083
8168535: Quarantine GcCauseTest02 and GcTest02
Reviewed-by: jwilhelm, sjohanss
goetz [Wed, 19 Oct 2016 11:08:03 +0200] rev 42082
8168283: adlc: fix error expanding expanded nodes.
Reviewed-by: kvn
roland [Mon, 10 Oct 2016 17:04:42 +0200] rev 42081
8167300: Scheduling failures during gcm should be fatal
Reviewed-by: kvn, mcberg
roland [Thu, 13 Oct 2016 12:27:39 +0200] rev 42080
8167298: assert(tp->base() != Type::AnyPtr) crash with Unsafe.compareAndExchangeObject*
Summary: Unsafe.compareAndExchangeObject should keep track of returned type after matching
Reviewed-by: shade, vlivanov
dnsimon [Sat, 29 Oct 2016 01:09:42 +0200] rev 42079
8168915: [JVMCI] use MethodParameters attribute instead of depending on -g option for sanity checks
Reviewed-by: kvn