jwilhelm [Wed, 20 Jan 2016 13:31:57 +0100] rev 35624
8147791: Reenable tests that was temporarily quarantined in jdk9/hs
Reviewed-by: dholmes, mgerdin
jwilhelm [Wed, 20 Jan 2016 00:04:04 +0100] rev 35623
Merge
jwilhelm [Tue, 19 Jan 2016 22:19:02 +0100] rev 35622
Merge
rprotacio [Tue, 19 Jan 2016 16:20:01 -0500] rev 35621
8147494: com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java fails with "java.lang.IllegalArgumentException: VM option 'TraceExceptions' does not exist"
Summary: Substituted "CheckJNICalls" for "TraceExceptions" product option in test
Reviewed-by: hseigel, coleenp, dcubed
jprovino [Sat, 16 Jan 2016 00:28:29 +0000] rev 35620
Merge
jprovino [Fri, 15 Jan 2016 15:36:57 -0500] rev 35619
Merge
minqi [Fri, 15 Jan 2016 19:18:42 +0000] rev 35618
Merge
minqi [Fri, 15 Jan 2016 08:53:23 -0800] rev 35617
8143317: jdk/lambda/vm/InterfaceAccessFlagsTest.java fails with IncompatibleClassChangeError
Summary: ClassToInterfaceConverter.java converts class to interface without changing corresponding method tag to interface method tag. This leads failure after 8145148.
Reviewed-by: psandoz, hseigel