hotspot/src/cpu/x86/vm/globals_x86.hpp
changeset 30305 b92a97e1e9cb
parent 29697 92501504191b
child 30310 522ea430079f
--- a/hotspot/src/cpu/x86/vm/globals_x86.hpp	Wed Apr 22 19:10:03 2015 +0300
+++ b/hotspot/src/cpu/x86/vm/globals_x86.hpp	Mon Apr 27 10:49:43 2015 +0200
@@ -82,6 +82,8 @@
 
 define_pd_global(uintx, TypeProfileLevel, 111);
 
+define_pd_global(bool, PreserveFramePointer, false);
+
 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
                                                                             \
   develop(bool, IEEEPrecision, true,                                        \