When JDK-8243287 removed all code relating to VM anonymous classes it resulted in the hash printing logic in InstanceKlass::signature_name() getting left behind, even though only anonymous classes produced a hash.
- relates to
-
JDK-8243287 Removal of Unsafe::defineAnonymousClass
- Resolved