comparison 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
comparison
equal deleted inserted replaced
23695:3426a4ab05c3 23696:54f09016769e
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);