changeset 23698:ba5c418b4696

Make sure the client VM can build properly on SPARC
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Fri, 17 Jun 2016 19:12:20 +0200
parents f395f5d9a788
children 8f9709f61cd4
files src/cpu/sparc/vm/jvmci_globals_sparc.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/sparc/vm/jvmci_globals_sparc.hpp	Fri Jun 17 18:42:11 2016 +0200
+++ b/src/cpu/sparc/vm/jvmci_globals_sparc.hpp	Fri Jun 17 19:12:20 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 );