hotspot/src/cpu/x86/vm/globals_x86.hpp
changeset 30310 522ea430079f
parent 30244 d4e471395ff5
parent 30305 b92a97e1e9cb
child 31371 311143309e73
--- a/hotspot/src/cpu/x86/vm/globals_x86.hpp	Wed Apr 29 02:35:29 2015 +0200
+++ b/hotspot/src/cpu/x86/vm/globals_x86.hpp	Thu Apr 30 18:14:58 2015 -0400
@@ -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,                                        \