hotspot/src/share/vm/code/nmethod.hpp

Print this page

        

@@ -336,10 +336,11 @@
   bool is_native_method() const                   { return method()->is_native(); }
   bool is_osr_method() const                      { return _entry_bci != InvocationEntryBci; }
 
   bool is_compiled_by_c1() const;
   bool is_compiled_by_c2() const;
+  bool is_compiled_by_shark() const;
 
   // boundaries for different parts
   address code_begin            () const          { return _entry_point; }
   address code_end              () const          { return           header_begin() + _stub_offset          ; }
   address exception_begin       () const          { return           header_begin() + _exception_offset     ; }