diff src/share/vm/graal/graalCompiler.hpp @ 13479:606959535fd4

remove Graal mirror from Class
author twisti
date Wed, 25 Dec 2013 20:27:59 -0800
parents e8c4a6ea3f77
children 1f34717ccafa
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.hpp	Wed Dec 25 12:14:29 2013 -0800
+++ b/src/share/vm/graal/graalCompiler.hpp	Wed Dec 25 20:27:59 2013 -0800
@@ -75,8 +75,6 @@
   static Handle get_JavaType(constantPoolHandle cp, int index, KlassHandle accessor, TRAPS);
   static Handle get_JavaField(int offset, int flags, Symbol* field_name, Handle field_holder, Handle field_type, TRAPS);
 
-  static Handle createHotSpotResolvedObjectType(KlassHandle klass, TRAPS);
-
   void exit();
 
   static BasicType kindToBasicType(jchar ch);