diff src/share/vm/graal/graalCompiler.hpp @ 4441:4e3aaf14cbc6

fixed graal to hotspot
author Christian Haeubl <christian.haeubl@oracle.com>
date Mon, 23 Jan 2012 13:22:43 -0800
parents feb590a8497f
children 6e7c1fb1980f
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.hpp	Fri Jan 20 18:24:17 2012 -0800
+++ b/src/share/vm/graal/graalCompiler.hpp	Mon Jan 23 13:22:43 2012 -0800
@@ -67,6 +67,7 @@
 
   static Handle createHotSpotTypeResolved(KlassHandle klass, Handle name, TRAPS);
   static Handle createHotSpotMethodResolved(methodHandle method, TRAPS);
+  static Handle createHotSpotMethodData(methodDataHandle method_data, TRAPS);
 
   void exit();