comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/VMExitsNative.java @ 1942:00bc9eaf0e24

Support for -XX:+UseFastLocking flag. Fixed monitor enter XIR template for correct debug info at the runtime call.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Wed, 29 Dec 2010 20:06:41 +0100
parents 79d04223b8a5
children 177398c6147d
comparison
equal deleted inserted replaced
1941:79d04223b8a5 1942:00bc9eaf0e24
49 C1XOptions.OptInlineExcept = false; 49 C1XOptions.OptInlineExcept = false;
50 C1XOptions.OptInlineSynchronized = false; 50 C1XOptions.OptInlineSynchronized = false;
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 = false;
55 C1XOptions.MethodEndBreakpointGuards = 2; 55 C1XOptions.MethodEndBreakpointGuards = 2;
56 } 56 }
57 57
58 @Override 58 @Override
59 public boolean setOption(String option) { 59 public boolean setOption(String option) {