--- old/src/cpu/x86/vm/c1_globals_x86.hpp 2013-10-11 15:44:33.565819743 +0200 +++ new/src/cpu/x86/vm/c1_globals_x86.hpp 2013-10-11 15:44:33.317819752 +0200 @@ -48,6 +48,9 @@ define_pd_global(intx, NewSizeThreadIncrease, 4*K ); define_pd_global(intx, InitialCodeCacheSize, 160*K); define_pd_global(intx, ReservedCodeCacheSize, 32*M ); +define_pd_global(intx, NonProfiledCodeHeapSize, 28*M ); +define_pd_global(intx, ProfiledCodeHeapSize, 0 ); // No profiled heap needed without TieredCompilation +define_pd_global(intx, NonMethodCodeHeapSize, 4*M ); define_pd_global(bool, ProfileInterpreter, false); define_pd_global(intx, CodeCacheExpansionSize, 32*K ); define_pd_global(uintx, CodeCacheMinBlockLength, 1);