changeset 50206 | adec398d9051 |
parent 50039 | 9fec54fe663d |
child 50625 | d9753e3db0c6 |
--- a/src/hotspot/share/classfile/classListParser.cpp Mon May 21 18:44:09 2018 -0700 +++ b/src/hotspot/share/classfile/classListParser.cpp Mon May 21 21:27:12 2018 -0700 @@ -311,6 +311,7 @@ // This tells JVM_FindLoadedClass to not find this class. k->set_shared_classpath_index(UNREGISTERED_INDEX); + k->clear_class_loader_type(); } return k;