src/share/vm/runtime/globals.hpp

changeset 2047
d2ede61b7a12
parent 2044
f4f596978298
child 2068
7fcd5f39bd7a
child 2101
4b29a725c43c
equal deleted inserted replaced
2046:4a665be40fd3 2047:d2ede61b7a12
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 #if !defined(COMPILER1) && !defined(COMPILER2) 25 #if !defined(COMPILER1) && !defined(COMPILER2) && !defined(SHARK)
26 define_pd_global(bool, BackgroundCompilation, false); 26 define_pd_global(bool, BackgroundCompilation, false);
27 define_pd_global(bool, UseTLAB, false); 27 define_pd_global(bool, UseTLAB, false);
28 define_pd_global(bool, CICompileOSR, false); 28 define_pd_global(bool, CICompileOSR, false);
29 define_pd_global(bool, UseTypeProfile, false); 29 define_pd_global(bool, UseTypeProfile, false);
30 define_pd_global(bool, UseOnStackReplacement, false); 30 define_pd_global(bool, UseOnStackReplacement, false);

mercurial