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