RFR(XS): 8147477: com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java is failing for the jdk9/hs snapshot control job
Dmitry Dmitriev
dmitry.dmitriev at oracle.com
Thu Jan 28 11:05:03 UTC 2016
Hello,
Please review added regression test cases to the
test/runtime/logging/ExceptionsTest.java test. The underlying problem
was fixed in JDK-8145153 by removing using of locally allocated array,
thus this patch only adds regression test cases for that. In this test
cases I specify TraceExceptions option in locations different from the
command line(environment variables, VM Options files) and verify that
aliasing code works.
JBS: https://bugs.openjdk.java.net/browse/JDK-8147477
webrev.00: http://cr.openjdk.java.net/~ddmitriev/8147477/webrev.00/
<http://cr.openjdk.java.net/%7Eddmitriev/8147477/webrev.00/>
Testing: JPRT, RBT
Thanks,
Dmitry
More information about the hotspot-runtime-dev
mailing list