diff src/share/vm/graal/graalCompiler.hpp @ 3555:22d11b3bc561

Various hacks to be able to install machine code from a Java thread.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 24 Aug 2011 01:05:02 +0200
parents f00918f35c7f
children b3f0f8a01ca2
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.hpp	Mon Aug 22 19:55:06 2011 +0200
+++ b/src/share/vm/graal/graalCompiler.hpp	Wed Aug 24 01:05:02 2011 +0200
@@ -61,7 +61,7 @@
   static oop get_RiField(ciField *ciField, ciInstanceKlass* accessor_klass, KlassHandle accessor, Bytecodes::Code byteCode, TRAPS);
 
   static oop createHotSpotTypeResolved(KlassHandle klass, Handle name, TRAPS);
-  static oop createHotSpotMethodResolved(methodHandle method, Handle name, TRAPS);
+  static oop createHotSpotMethodResolved(methodHandle method, TRAPS);
 
   void exit();
 
@@ -75,9 +75,7 @@
     return index;
   }
 
-private:
-
-  void initialize_buffer_blob();
+  static void initialize_buffer_blob();
 };
 
 // Tracing macros