diff src/cpu/x86/vm/jvmci_globals_x86.hpp @ 23696:54f09016769e

Make sure the client VM can build properly
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Fri, 17 Jun 2016 18:41:13 +0200
parents 3ef45d0a6d77
children
line wrap: on
line diff
--- a/src/cpu/x86/vm/jvmci_globals_x86.hpp	Fri Jun 10 14:04:40 2016 +0200
+++ b/src/cpu/x86/vm/jvmci_globals_x86.hpp	Fri Jun 17 18:41:13 2016 +0200
@@ -31,7 +31,7 @@
 // Sets the default values for platform dependent flags used by the JVMCI compiler.
 // (see jvmci_globals.hpp)
 
-#ifndef COMPILER2
+#if !defined(COMPILER2) && !defined(COMPILER1)
 define_pd_global(bool, BackgroundCompilation,        true );
 define_pd_global(bool, UseTLAB,                      true );
 define_pd_global(bool, ResizeTLAB,                   true );