8139734: ppc: fix build after "8078556: Runtime: implement ranges..."

Reviewed-by: goetz
This commit is contained in:
Martin Doerr 2015-10-16 10:20:59 +02:00
parent e7d0e95b08
commit de26bc4347

View File

@ -42,10 +42,6 @@ define_pd_global(intx, CompilerThreadStackSize, 4096);
// Allow extra space in DEBUG builds for asserts.
define_pd_global(size_t, JVMInvokeMethodSlack, 8192);
define_pd_global(intx, StackYellowPages, 6);
define_pd_global(intx, StackRedPages, 1);
define_pd_global(intx, StackShadowPages, 6 DEBUG_ONLY(+2));
// Only used on 64 bit platforms
define_pd_global(size_t, HeapBaseMinAddress, 2*G);