darcy [Tue, 15 Nov 2016 13:31:52 -0800] rev 42094
8169736: Mark RmiIiopReturnValueTest.java as intermittently failing
Reviewed-by: lancea
lana [Thu, 17 Nov 2016 17:50:08 +0000] rev 42093
Added tag jdk-9+145 for changeset fb4ce696b742
duke [Wed, 05 Jul 2017 22:28:01 +0200] rev 42092
Merge
lana [Mon, 21 Nov 2016 18:47:57 +0000] rev 42091
Merge
jwilhelm [Fri, 11 Nov 2016 16:52:44 +0100] rev 42090
8169597: Quarantine TestCpoolForInvokeDynamic.java until JDK-8169232 is solved
Reviewed-by: egahlin, gtriantafill
jwilhelm [Fri, 11 Nov 2016 16:44:36 +0100] rev 42089
Merge
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