diff src/share/vm/graal/graalEnv.hpp @ 7094:eec7173947a1

removed remaining use of the C++ "compiler interface" (i.e. ci) by Graal for installing dependencies
author Doug Simon <doug.simon@oracle.com>
date Thu, 29 Nov 2012 17:13:13 +0100
parents af30115c9d0e
children ce248dc0a656
line wrap: on
line diff
--- a/src/share/vm/graal/graalEnv.hpp	Thu Nov 29 10:18:32 2012 +0100
+++ b/src/share/vm/graal/graalEnv.hpp	Thu Nov 29 17:13:13 2012 +0100
@@ -34,7 +34,6 @@
 
 class CompileTask;
 
-// ciEnv
 //
 // This class is the top level broker for requests from the compiler
 // to the VM.
@@ -136,12 +135,8 @@
                        bool                      has_unsafe_access,
                        Handle                    installed_code);
 
-  static ciKlass*  find_system_klass(ciSymbol* klass_name);
-  // Note:  To find a class from its name string, use ciSymbol::make,
-  // but consider adding to vmSymbols.hpp instead.
-
-  // converts the ciKlass* representing the holder of a method into a
-  // ciInstanceKlass*.  This is needed since the holder of a method in
+  // converts the Klass* representing the holder of a method into a
+  // InstanceKlass*.  This is needed since the holder of a method in
   // the bytecodes could be an array type.  Basically this converts
   // array types into java/lang/Object and other types stay as they are.
   static instanceKlassHandle get_instance_klass_for_declared_method_holder(KlassHandle& klass);