diff src/share/vm/graal/graalCompiler.hpp @ 5554:70f715dfbb41

Bring Java renamings and restructurings to the C++ part.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 10 Jun 2012 01:17:48 +0200
parents 51111665eda6
children 120820e30baa
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.hpp	Sat Jun 09 22:50:50 2012 +0200
+++ b/src/share/vm/graal/graalCompiler.hpp	Sun Jun 10 01:17:48 2012 +0200
@@ -67,14 +67,14 @@
   // Print compilation timers and statistics
   virtual void print_timers();
   
-  static Handle get_RiTypeFromSignature(constantPoolHandle cp, int index, KlassHandle accessor, TRAPS);
-  static Handle get_RiType(constantPoolHandle cp, int index, KlassHandle accessor, TRAPS);
-  static Handle get_RiType(Symbol* klass_name, TRAPS);
-  static Handle get_RiType(KlassHandle klass, TRAPS);
-  static Handle get_RiField(int offset, int flags, Symbol* field_name, Handle field_holder, Handle field_type, Bytecodes::Code byteCode, TRAPS);
+  static Handle get_JavaTypeFromSignature(constantPoolHandle cp, int index, KlassHandle accessor, TRAPS);
+  static Handle get_JavaType(constantPoolHandle cp, int index, KlassHandle accessor, TRAPS);
+  static Handle get_JavaType(Symbol* klass_name, TRAPS);
+  static Handle get_JavaType(KlassHandle klass, TRAPS);
+  static Handle get_JavaField(int offset, int flags, Symbol* field_name, Handle field_holder, Handle field_type, Bytecodes::Code byteCode, TRAPS);
 
-  static Handle createHotSpotTypeResolved(KlassHandle klass, Handle name, TRAPS);
-  static Handle createHotSpotMethodResolved(methodHandle method, TRAPS);
+  static Handle createHotSpotResolvedJavaType(KlassHandle klass, Handle name, TRAPS);
+  static Handle createHotSpotResolvedJavaMethod(methodHandle method, TRAPS);
   static Handle createHotSpotMethodData(methodDataHandle method_data, TRAPS);
 
   void exit();