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
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