diff src/share/vm/runtime/globals.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 f4f596978298
children 7fcd5f39bd7a 4b29a725c43c
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed Aug 11 01:17:27 2010 -0700
+++ b/src/share/vm/runtime/globals.hpp	Wed Aug 11 05:51:21 2010 -0700
@@ -22,7 +22,7 @@
  *
  */
 
-#if !defined(COMPILER1) && !defined(COMPILER2)
+#if !defined(COMPILER1) && !defined(COMPILER2) && !defined(SHARK)
 define_pd_global(bool, BackgroundCompilation,        false);
 define_pd_global(bool, UseTLAB,                      false);
 define_pd_global(bool, CICompileOSR,                 false);