RFR: (S): SA: clhsdb 'where -a' throws Assertion Failure with illegal code 236 when CDS is used
Jini George
jini.george at oracle.com
Thu Apr 26 18:15:08 UTC 2018
Hello all,
Please review the following proposed fix for the issue:
https://bugs.openjdk.java.net/browse/JDK-8174995
Webrev: http://cr.openjdk.java.net/~jgeorge/8174995/webrev.00/
Issue: Clhsdb commands like 'where -a', 'printall' would throw an
illegal code assertion failure when CDS is used.
Root cause and proposed fix: SA has been unaware of the new bytecodes
introduced for rewriting at CDS dump time (_nofast* bytecodes). The fix
is to make SA aware of these new _nofast* bytecodes.
Tests Run and Passed: SA tests on Mach5 (including the tests modified to
test this fix).
Thank you,
Jini.
More information about the serviceability-dev
mailing list