diff -r ecca632210ef -r b92a97e1e9cb hotspot/src/cpu/aarch64/vm/globals_aarch64.hpp --- a/hotspot/src/cpu/aarch64/vm/globals_aarch64.hpp Wed Apr 22 19:10:03 2015 +0300 +++ b/hotspot/src/cpu/aarch64/vm/globals_aarch64.hpp Mon Apr 27 10:49:43 2015 +0200 @@ -68,6 +68,8 @@ define_pd_global(bool, UseMembar, true); +define_pd_global(bool, PreserveFramePointer, false); + // GC Ergo Flags define_pd_global(uintx, CMSYoungGenPerWorker, 64*M); // default max size of CMS young gen, per GC worker thread