comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/VMExitsNative.java @ 2051:926f2cf71b62

Small clean up.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Tue, 11 Jan 2011 16:21:22 +0100
parents 177398c6147d
children 99ad52189524
comparison
equal deleted inserted replaced
2050:b6d2c238e585 2051:926f2cf71b62
50 C1XOptions.OptInlineSynchronized = false; 50 C1XOptions.OptInlineSynchronized = false;
51 C1XOptions.IRChecking = false; 51 C1XOptions.IRChecking = false;
52 C1XOptions.DetailedAsserts = false; 52 C1XOptions.DetailedAsserts = false;
53 C1XOptions.CommentedAssembly = false; 53 C1XOptions.CommentedAssembly = false;
54 C1XOptions.MethodEndBreakpointGuards = 2; 54 C1XOptions.MethodEndBreakpointGuards = 2;
55 C1XOptions.PrintAssumptions = false;
56 C1XOptions.UseAssumptions = true;
57 } 55 }
58 56
59 @Override 57 @Override
60 public boolean setOption(String option) { 58 public boolean setOption(String option) {
61 if (option.length() == 0) { 59 if (option.length() == 0) {