hotspot/src/share/vm/classfile/systemDictionary.hpp
changeset 40016 bf6fcd467a7b
parent 39616 f82b1f888578
child 40923 10fe1c28b9f6
--- a/hotspot/src/share/vm/classfile/systemDictionary.hpp	Tue Jul 26 10:29:27 2016 -0400
+++ b/hotspot/src/share/vm/classfile/systemDictionary.hpp	Wed Jul 27 08:31:48 2016 -0400
@@ -281,6 +281,7 @@
 
   // Parse new stream. This won't update the system dictionary or
   // class hierarchy, simply parse the stream. Used by JVMTI RedefineClasses.
+  // Also used by Unsafe_DefineAnonymousClass
   static Klass* parse_stream(Symbol* class_name,
                              Handle class_loader,
                              Handle protection_domain,
@@ -413,10 +414,6 @@
   // Verification
   static void verify();
 
-#ifdef ASSERT
-  static bool is_internal_format(Symbol* class_name);
-#endif
-
   // Initialization
   static void initialize(TRAPS);