hotspot/src/share/vm/oops/methodOop.hpp
changeset 221 ec745a0fe922
parent 1 489c9b5090e2
child 670 ddf3e9583f2f
--- a/hotspot/src/share/vm/oops/methodOop.hpp	Wed Mar 12 18:06:50 2008 -0700
+++ b/hotspot/src/share/vm/oops/methodOop.hpp	Wed Mar 12 18:07:46 2008 -0700
@@ -524,6 +524,8 @@
   void set_is_old()                                 { _access_flags.set_is_old(); }
   bool is_obsolete() const                          { return access_flags().is_obsolete(); }
   void set_is_obsolete()                            { _access_flags.set_is_obsolete(); }
+  // see the definition in methodOop.cpp for the gory details
+  bool should_not_be_cached() const;
 
   // JVMTI Native method prefixing support:
   bool is_prefixed_native() const                   { return access_flags().is_prefixed_native(); }