# HG changeset patch # User Thomas Wuerthinger # Date 1303494115 -7200 # Node ID d8891d81dc8e25fc514bd02dc86a0d1170003912 # Parent 4e5515d093147f6ea85974c086c6cbd01957f73b Fixed issue with resolving class: HotSpot must not resolve class at invokestatic bytecodes. diff -r 4e5515d09314 -r d8891d81dc8e graal/Runtime/src/com/sun/hotspot/c1x/HotSpotOptions.java --- a/graal/Runtime/src/com/sun/hotspot/c1x/HotSpotOptions.java Fri Apr 22 19:00:07 2011 +0200 +++ b/graal/Runtime/src/com/sun/hotspot/c1x/HotSpotOptions.java Fri Apr 22 19:41:55 2011 +0200 @@ -35,6 +35,7 @@ C1XOptions.DetailedAsserts = false; C1XOptions.CommentedAssembly = false; C1XOptions.MethodEndBreakpointGuards = 2; + C1XOptions.ResolveClassBeforeStaticInvoke = false; } public static boolean setOption(String option) {