diff -r 7eef4cda471c -r 4fa7845f7c14 hotspot/src/share/vm/runtime/globals.hpp --- 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);