diff src/share/vm/graal/graalEnv.hpp @ 6948:e522a00b91aa

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/ after NPG - C++ build works
author Doug Simon <doug.simon@oracle.com>
date Mon, 12 Nov 2012 23:14:12 +0100
parents 120820e30baa
children bf2ea3ed3bce
line wrap: on
line diff
--- a/src/share/vm/graal/graalEnv.hpp	Mon Nov 12 18:11:17 2012 +0100
+++ b/src/share/vm/graal/graalEnv.hpp	Mon Nov 12 23:14:12 2012 +0100
@@ -91,7 +91,7 @@
                                       instanceKlassHandle& loading_klass);
 
   // Helper methods
-  static bool       check_klass_accessibility(KlassHandle accessing_klass, KlassHandle resolved_klassOop);
+  static bool       check_klass_accessibility(KlassHandle accessing_klass, KlassHandle resolved_klass);
   static methodHandle  lookup_method(instanceKlassHandle&  accessor,
                            instanceKlassHandle&  holder,
                            Symbol*         name,
@@ -123,9 +123,9 @@
                        Dependencies*             dependencies,
                        CompileTask*              task,
                        int                       compile_id,
-                       bool                      has_debug_info = true,
-                       bool                      has_unsafe_access = false,
-                       bool                      install_code = true);
+                       bool                      has_debug_info,
+                       bool                      has_unsafe_access,
+                       bool                      bind_to_method);
 
   static ciKlass*  find_system_klass(ciSymbol* klass_name);
   // Note:  To find a class from its name string, use ciSymbol::make,