diff src/share/vm/ci/ciField.hpp @ 1459:a8f9f091c219

Don't mess with VMToNative transitions..
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Sat, 13 Nov 2010 18:28:48 +0100
parents dd57230ba8fe
children 2d26b0046e0d
line wrap: on
line diff
--- a/src/share/vm/ci/ciField.hpp	Fri Nov 12 20:57:08 2010 +0100
+++ b/src/share/vm/ci/ciField.hpp	Sat Nov 13 18:28:48 2010 +0100
@@ -160,6 +160,8 @@
   // at each point of access.
   bool will_link(ciInstanceKlass* accessing_klass,
                  Bytecodes::Code bc);
+  bool will_link_from_vm(ciInstanceKlass* accessing_klass,
+                 Bytecodes::Code bc);
 
   // Java access flags
   bool is_public      () { return flags().is_public(); }