hotspot/src/share/vm/runtime/globals.hpp
changeset 6187 4fa7845f7c14
parent 6184 a017b5ba6782
child 6416 d49b65c9425a
child 6255 0cbe4eb819f0
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Aug 11 01:17:27 2010 -0700
+++ b/hotspot/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);