diff src/share/vm/classfile/vmSymbols.hpp @ 6847:65d07d9ee446

8000263: JSR 292: signature types may appear to be unloaded Reviewed-by: kvn, jrose
author twisti
date Mon, 08 Oct 2012 17:04:00 -0700
parents c92f43386117
children a3ecd773a7b9 a1b8cf9cf970
line wrap: on
line diff
--- a/src/share/vm/classfile/vmSymbols.hpp	Mon Oct 08 13:02:13 2012 -0700
+++ b/src/share/vm/classfile/vmSymbols.hpp	Mon Oct 08 17:04:00 2012 -0700
@@ -1138,9 +1138,6 @@
 
   static const char* short_name_as_C_string(ID id, char* buf, int size);
 
-  // Access to intrinsic methods:
-  static Method* method_for(ID id);
-
   // Wrapper object methods:
   static ID for_boxing(BasicType type);
   static ID for_unboxing(BasicType type);