8139734: ppc: fix build after "8078556: Runtime: implement ranges..."
Reviewed-by: goetz
This commit is contained in:
parent
e7d0e95b08
commit
de26bc4347
@ -42,10 +42,6 @@ define_pd_global(intx, CompilerThreadStackSize, 4096);
|
|||||||
// Allow extra space in DEBUG builds for asserts.
|
// Allow extra space in DEBUG builds for asserts.
|
||||||
define_pd_global(size_t, JVMInvokeMethodSlack, 8192);
|
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
|
// Only used on 64 bit platforms
|
||||||
define_pd_global(size_t, HeapBaseMinAddress, 2*G);
|
define_pd_global(size_t, HeapBaseMinAddress, 2*G);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user