RFR(S) 8076318: split verifier needs to add TraceClassResolution
harold seigel
harold.seigel at oracle.com
Fri May 1 12:49:28 UTC 2015
Hi,
Please review this small change to the split verifier to generate output
for the classes it loads when -XX:+TraceClassResolution is specified.
The verifier output for this flag will look like this:
RESOLVE java.lang.ClassLoader java.util.Set ClassLoader.java
(verification)
RESOLVE java.lang.ClassLoader java.lang.Throwable ClassLoader.java
(verification)
The first class is the class being resolved. The second class is the
one being loaded.
Open webrev: http://cr.openjdk.java.net/~hseigel/bug_8076318/
JBS Bug: https://bugs.openjdk.java.net/browse/JDK-8076318
The change was tested with JCK lang, vm, and api tests, hotspot jtreg
tests, testbase quick tests, and the new test included in the webrev.
Thanks, Harold
More information about the hotspot-runtime-dev
mailing list