src/share/vm/code/nmethod.hpp

changeset 2047
d2ede61b7a12
parent 2036
126ea7725993
child 2081
71faaa8e3ccc
     1.1 --- a/src/share/vm/code/nmethod.hpp	Wed Aug 11 01:17:27 2010 -0700
     1.2 +++ b/src/share/vm/code/nmethod.hpp	Wed Aug 11 05:51:21 2010 -0700
     1.3 @@ -329,6 +329,7 @@
     1.4  
     1.5    bool is_compiled_by_c1() const;
     1.6    bool is_compiled_by_c2() const;
     1.7 +  bool is_compiled_by_shark() const;
     1.8  
     1.9    // boundaries for different parts
    1.10    address code_begin            () const          { return _entry_point; }

mercurial