Request for review:
CR 7145358 <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7145358>:
SA throws ClassCastException for partially loaded ConstantPool
webrev: http://cr.openjdk.java.net/~poonam/7145358/webrev.00/
Contributed by: Krystal Mok <sa...@taobao.com <mailto:sa...@taobao.com>>
If the poolHolder field in ConstantPool is not set, then printValueOn()
in ConstantPool.java throws java.lang.ClassCastException. The fix is to
first check if the poolHolder in ConstantPool is a valid Klass and only
then print it.
Thanks,
Poonam