# HG changeset patch # User Gilles Duboscq # Date 1466183540 -7200 # Node ID ba5c418b4696d0137a44bc8da3f9b51345925755 # Parent f395f5d9a7886e1b1aa2476776a02ec839e4a788 Make sure the client VM can build properly on SPARC diff -r f395f5d9a788 -r ba5c418b4696 src/cpu/sparc/vm/jvmci_globals_sparc.hpp --- 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 );