changeset 23051:62df92c92d33

8080281: 8068945 changes break building the zero JVM variant Summary: Define the PreserveFramePointer flag also in globals_zero.hpp Reviewed-by: simonis, kvn, sgehwolf
author zmajo
date Fri, 29 May 2015 11:02:11 +0200
parents e8260b6328fb
children 42c0a8631742
files src/cpu/zero/vm/globals_zero.hpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/zero/vm/globals_zero.hpp	Fri May 29 10:58:45 2015 +0200
+++ b/src/cpu/zero/vm/globals_zero.hpp	Fri May 29 11:02:11 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)
 
 #endif // CPU_ZERO_VM_GLOBALS_ZERO_HPP