psandoz [Fri, 14 Oct 2016 14:47:27 -0700] rev 42103
8166974: invokedynamic implementation should not wrap Errors
Reviewed-by: smarks, jrose
vtewari [Wed, 26 Oct 2016 15:08:29 +0530] rev 42102
8151099: java.lang.management.ManagementFactory.getPlatformMXBeans() should work even if jdk.management is not present.
Summary: Removed dependency of java.management over jdk.management.
Reviewed-by: mchung, dfuchs, dholmes
Contributed-by: amit.sapre@oracle.com
dsamersoff [Tue, 25 Oct 2016 14:49:35 +0300] rev 42101
8165500: TestJpsJar shouldn't jar all test.classpath directories
Summary: Refactor test to better handle errors
Reviewed-by: sspitsyn
dsamersoff [Mon, 24 Oct 2016 14:52:07 +0300] rev 42100
8160376: DebuggerException: Can't attach symbolicator to the process
Summary: Make SA link to JavaRuntimeSupport in MacOS X
Reviewed-by: dsamersoff, dcubed
Contributed-by: Sharath Ballal <sharath.ballal@oracle.com>
rehn [Mon, 24 Oct 2016 11:47:56 +0200] rev 42099
Merge
rehn [Mon, 24 Oct 2016 09:07:26 +0200] rev 42098
8164501: Uninitialised memory in byteArrayToPacket of SharedMemoryConnection.c
Reviewed-by: sla, dsamersoff
sla [Mon, 24 Oct 2016 09:07:24 +0200] rev 42097
8168483: Remove jtreg timeout handler timeout
Reviewed-by: dholmes, tbell
amurillo [Thu, 20 Oct 2016 17:05:27 -0700] rev 42096
Merge
vtewari [Thu, 20 Oct 2016 15:07:06 +0530] rev 42095
8167294: MXBean javadoc should be updated to take modules into account
Summary: Updated MXBean class javadoc to take modules into account
Reviewed-by: alanb
Contributed-by: amit.sapre@oracle.com
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
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
thartmann [Mon, 31 Oct 2016 09:50:12 +0100] rev 42078
8168770: Fix for 8151988 causes performance regression on SPARC
Summary: Reversed and re-implemented fix for 8151988 to eagerly cut off control input of Div and Mod nodes.
Reviewed-by: kvn
kvn [Fri, 28 Oct 2016 19:33:22 +0000] rev 42077
Merge
kvn [Fri, 28 Oct 2016 12:28:46 -0700] rev 42076
8067744: XMM/SSE float register values corrupted by JNI_CreateVM call in JRE 8 (Windows)
Summary: save/restore registers in generate_get_cpu_info() code which checks interrupts.
Reviewed-by: kvn, mcberg
Contributed-by: dmitry.chuyko@oracle.com