# HG changeset patch # User zmajo # Date 1432890131 -7200 # Node ID 62df92c92d331af70a173f068f79f25c76457b43 # Parent e8260b6328fbffa2b74d537a50acc821853de7ab 8080281: 8068945 changes break building the zero JVM variant Summary: Define the PreserveFramePointer flag also in globals_zero.hpp Reviewed-by: simonis, kvn, sgehwolf diff -r e8260b6328fb -r 62df92c92d33 src/cpu/zero/vm/globals_zero.hpp --- 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