8139734: ppc: fix build after "8078556: Runtime: implement ranges..."
authormdoerr
Fri, 16 Oct 2015 10:20:59 +0200
changeset 33225 7fc698d6044c
parent 33224 bc5da96c1f0e
child 33226 19cb9b844190
8139734: ppc: fix build after "8078556: Runtime: implement ranges..." Reviewed-by: goetz
hotspot/src/os_cpu/linux_ppc/vm/globals_linux_ppc.hpp
--- a/hotspot/src/os_cpu/linux_ppc/vm/globals_linux_ppc.hpp	Thu Oct 15 10:10:13 2015 -0400
+++ b/hotspot/src/os_cpu/linux_ppc/vm/globals_linux_ppc.hpp	Fri Oct 16 10:20:59 2015 +0200
@@ -42,10 +42,6 @@
 // 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);