diff src/share/vm/code/nmethod.hpp @ 1692:d2ede61b7a12

6976186: integrate Shark HotSpot changes Summary: Shark is a JIT compiler for Zero that uses the LLVM compiler infrastructure. Reviewed-by: kvn, twisti Contributed-by: Gary Benson <gbenson@redhat.com>
author twisti
date Wed, 11 Aug 2010 05:51:21 -0700
parents 126ea7725993
children 71faaa8e3ccc
line wrap: on
line diff
--- a/src/share/vm/code/nmethod.hpp	Wed Aug 11 01:17:27 2010 -0700
+++ b/src/share/vm/code/nmethod.hpp	Wed Aug 11 05:51:21 2010 -0700
@@ -329,6 +329,7 @@
 
   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; }