diff c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/VMExitsNative.java @ 1937:4853c5cad3aa

More deoptmization tracing.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Thu, 23 Dec 2010 22:14:31 +0100
parents 8d88c9ac9247
children b7fb5f1e0747
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/VMExitsNative.java	Thu Dec 23 18:13:28 2010 +0100
+++ b/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/VMExitsNative.java	Thu Dec 23 22:14:31 2010 +0100
@@ -53,6 +53,7 @@
         C1XOptions.DetailedAsserts = false;
         C1XOptions.CommentedAssembly = true;
         C1XOptions.MethodEndBreakpointGuards = 10;
+        C1XOptions.ZapStackOnMethodEntry = true;
     }
 
     @Override