src/cpu/x86/vm/c2_globals_x86.hpp

changeset 5660
34bd5e86aadb
parent 5448
d90d1b96b65b
child 6198
55fb97c4c58d
child 6490
41b780b43b74
     1.1 --- a/src/cpu/x86/vm/c2_globals_x86.hpp	Tue Sep 10 15:28:44 2013 -0700
     1.2 +++ b/src/cpu/x86/vm/c2_globals_x86.hpp	Wed Sep 11 09:34:00 2013 +0200
     1.3 @@ -30,7 +30,6 @@
     1.4  
     1.5  // Sets the default values for platform dependent flags used by the server compiler.
     1.6  // (see c2_globals.hpp).  Alpha-sorted.
     1.7 -
     1.8  define_pd_global(bool, BackgroundCompilation,        true);
     1.9  define_pd_global(bool, UseTLAB,                      true);
    1.10  define_pd_global(bool, ResizeTLAB,                   true);
    1.11 @@ -52,6 +51,7 @@
    1.12  define_pd_global(intx, ConditionalMoveLimit,         3);
    1.13  define_pd_global(intx, FLOATPRESSURE,                6);
    1.14  define_pd_global(intx, FreqInlineSize,               325);
    1.15 +define_pd_global(intx, MinJumpTableSize,             10);
    1.16  #ifdef AMD64
    1.17  define_pd_global(intx, INTPRESSURE,                  13);
    1.18  define_pd_global(intx, InteriorEntryAlignment,       16);

mercurial