src/share/vm/oops/methodOop.hpp

changeset 487
75b0f3cb1943
parent 483
d8b3ef7ee3e5
child 631
d1605aabd0a1
     1.1 --- a/src/share/vm/oops/methodOop.hpp	Thu Mar 13 05:40:44 2008 -0700
     1.2 +++ b/src/share/vm/oops/methodOop.hpp	Thu Mar 13 14:17:48 2008 -0700
     1.3 @@ -524,6 +524,8 @@
     1.4    void set_is_old()                                 { _access_flags.set_is_old(); }
     1.5    bool is_obsolete() const                          { return access_flags().is_obsolete(); }
     1.6    void set_is_obsolete()                            { _access_flags.set_is_obsolete(); }
     1.7 +  // see the definition in methodOop.cpp for the gory details
     1.8 +  bool should_not_be_cached() const;
     1.9  
    1.10    // JVMTI Native method prefixing support:
    1.11    bool is_prefixed_native() const                   { return access_flags().is_prefixed_native(); }

mercurial