8080281: 8068945 changes break building the zero JVM variant
authorzmajo
Mon, 18 May 2015 19:54:49 +0200
changeset 30757 e7a31a64425a
parent 30756 cfefee406607
child 30758 97072ce7c6fe
8080281: 8068945 changes break building the zero JVM variant Summary: Define the PreserveFramePointer flag also in globals_zero.hpp Reviewed-by: simonis, kvn, sgehwolf
hotspot/src/cpu/zero/vm/globals_zero.hpp
--- a/hotspot/src/cpu/zero/vm/globals_zero.hpp	Fri May 15 18:12:21 2015 -0700
+++ b/hotspot/src/cpu/zero/vm/globals_zero.hpp	Mon May 18 19:54:49 2015 +0200
@@ -61,6 +61,8 @@
 
 define_pd_global(uintx, TypeProfileLevel, 0);
 
+define_pd_global(bool, PreserveFramePointer, false);
+
 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct)  \
   product(bool, UseFastEmptyMethods, true,                                  \
           "Use fast method entry code for empty methods")                   \