changeset 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 e88293edf07c
files graal/Runtime/src/com/sun/hotspot/c1x/HotSpotOptions.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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) {