comparison 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
comparison
equal deleted inserted replaced
1936:8d88c9ac9247 1937:4853c5cad3aa
51 C1XOptions.UseDeopt = false; 51 C1XOptions.UseDeopt = false;
52 C1XOptions.IRChecking = false; 52 C1XOptions.IRChecking = false;
53 C1XOptions.DetailedAsserts = false; 53 C1XOptions.DetailedAsserts = false;
54 C1XOptions.CommentedAssembly = true; 54 C1XOptions.CommentedAssembly = true;
55 C1XOptions.MethodEndBreakpointGuards = 10; 55 C1XOptions.MethodEndBreakpointGuards = 10;
56 C1XOptions.ZapStackOnMethodEntry = true;
56 } 57 }
57 58
58 @Override 59 @Override
59 public boolean setOption(String option) { 60 public boolean setOption(String option) {
60 if (option.length() == 0) { 61 if (option.length() == 0) {