diff src/cpu/x86/vm/jvmci_globals_x86.hpp @ 23404:3ef45d0a6d77

Remove jvmci VM configuration, and backport UseJVMCICompiler flag.
author Roland Schatz <roland.schatz@oracle.com>
date Tue, 24 May 2016 13:51:28 +0200
parents 740feb10d15a
children 54f09016769e
line wrap: on
line diff
--- a/src/cpu/x86/vm/jvmci_globals_x86.hpp	Fri May 20 15:49:00 2016 +0200
+++ b/src/cpu/x86/vm/jvmci_globals_x86.hpp	Tue May 24 13:51:28 2016 +0200
@@ -31,7 +31,7 @@
 // Sets the default values for platform dependent flags used by the JVMCI compiler.
 // (see jvmci_globals.hpp)
 
-#ifdef COMPILERJVMCI
+#ifndef COMPILER2
 define_pd_global(bool, BackgroundCompilation,        true );
 define_pd_global(bool, UseTLAB,                      true );
 define_pd_global(bool, ResizeTLAB,                   true );
@@ -58,7 +58,7 @@
 define_pd_global(uintx, CodeCacheMinimumUseSpace,    400*K);
 define_pd_global(intx, TypeProfileWidth,             8);
 define_pd_global(intx, MethodProfileWidth,           0);
-#endif // COMPILERJVMCI
+#endif
 
 define_pd_global(intx, MaxVectorSize,                32);