diff src/share/vm/graal/graalCompiler.hpp @ 13373:430c9f08728d

moved most CompilerToVM.getUniqueConcreteMethod logic up to Java and replace getUniqueConcreteMethod with findUniqueConcreteMethod
author twisti
date Tue, 17 Dec 2013 19:09:29 -0800
parents 81055aacb98d
children e8c4a6ea3f77
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.hpp	Tue Dec 17 17:58:16 2013 -0800
+++ b/src/share/vm/graal/graalCompiler.hpp	Tue Dec 17 19:09:29 2013 -0800
@@ -78,7 +78,6 @@
   static Handle get_JavaField(int offset, int flags, Symbol* field_name, Handle field_holder, Handle field_type, TRAPS);
 
   static Handle createHotSpotResolvedObjectType(KlassHandle klass, Handle name, TRAPS);
-  static Handle createHotSpotResolvedObjectType(methodHandle method, TRAPS);
 
   void exit();