comparison graal/Runtime/src/com/sun/hotspot/c1x/HotSpotOptions.java @ 2493:d8891d81dc8e

Fixed issue with resolving class: HotSpot must not resolve class at invokestatic bytecodes.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 22 Apr 2011 19:41:55 +0200
parents 4e5515d09314
children
comparison
equal deleted inserted replaced
2492:4e5515d09314 2493:d8891d81dc8e
33 C1XOptions.OptInlineExcept = false; 33 C1XOptions.OptInlineExcept = false;
34 C1XOptions.OptInlineSynchronized = false; 34 C1XOptions.OptInlineSynchronized = false;
35 C1XOptions.DetailedAsserts = false; 35 C1XOptions.DetailedAsserts = false;
36 C1XOptions.CommentedAssembly = false; 36 C1XOptions.CommentedAssembly = false;
37 C1XOptions.MethodEndBreakpointGuards = 2; 37 C1XOptions.MethodEndBreakpointGuards = 2;
38 C1XOptions.ResolveClassBeforeStaticInvoke = false;
38 } 39 }
39 40
40 public static boolean setOption(String option) { 41 public static boolean setOption(String option) {
41 if (option.length() == 0) { 42 if (option.length() == 0) {
42 return false; 43 return false;