diff src/share/vm/ci/ciEnv.hpp @ 3464:be4ca325525a

Merge.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 27 Jul 2011 17:32:44 -0700
parents 0654ee04b214 81d815b05abb
children 22d11b3bc561
line wrap: on
line diff
--- a/src/share/vm/ci/ciEnv.hpp	Wed Jul 27 17:24:11 2011 -0700
+++ b/src/share/vm/ci/ciEnv.hpp	Wed Jul 27 17:32:44 2011 -0700
@@ -141,6 +141,7 @@
 
   // Implementation methods for loading and constant pool access.
   ciKlass* get_klass_by_name_impl(ciKlass* accessing_klass,
+                                  constantPoolHandle cpool,
                                   ciSymbol* klass_name,
                                   bool require_local);
   ciKlass*   get_klass_by_index_impl(constantPoolHandle cpool,