src/cpu/zero/vm/globals_zero.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8068945-8u-patched Cdiff src/cpu/zero/vm/globals_zero.hpp

src/cpu/zero/vm/globals_zero.hpp

Print this page
rev 7387 : 8080281: 8068945 changes break building the zero JVM variant
Summary: Define the PreserveFramePointer flag also in globals_zero.hpp
Reviewed-by: simonis, kvn, sgehwolf

*** 59,66 **** --- 59,68 ---- // GC Ergo Flags define_pd_global(uintx, CMSYoungGenPerWorker, 16*M); // default max size of CMS young gen, per GC worker thread 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
src/cpu/zero/vm/globals_zero.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File