comparison src/cpu/sparc/vm/jvmci_globals_sparc.hpp @ 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 3ef45d0a6d77
children d66c74920c43
comparison
equal deleted inserted replaced
23697:f395f5d9a788 23698:ba5c418b4696
29 #include "utilities/macros.hpp" 29 #include "utilities/macros.hpp"
30 30
31 // Sets the default values for platform dependent flags used by the JVMCI compiler. 31 // Sets the default values for platform dependent flags used by the JVMCI compiler.
32 // (see jvmci_globals.hpp) 32 // (see jvmci_globals.hpp)
33 33
34 #ifndef COMPILER2 34 #if !defined(COMPILER2) && !defined(COMPILER1)
35 define_pd_global(bool, BackgroundCompilation, true ); 35 define_pd_global(bool, BackgroundCompilation, true );
36 define_pd_global(bool, UseTLAB, true ); 36 define_pd_global(bool, UseTLAB, true );
37 define_pd_global(bool, ResizeTLAB, true ); 37 define_pd_global(bool, ResizeTLAB, true );
38 define_pd_global(bool, InlineIntrinsics, true ); 38 define_pd_global(bool, InlineIntrinsics, true );
39 define_pd_global(bool, PreferInterpreterNativeStubs, false); 39 define_pd_global(bool, PreferInterpreterNativeStubs, false);