diff c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/VMExitsNative.java @ 2048:177398c6147d

Added unique concrete subtype assumption.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Mon, 10 Jan 2011 10:50:22 +0100
parents 00bc9eaf0e24
children 926f2cf71b62
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/VMExitsNative.java	Fri Jan 07 19:08:13 2011 +0100
+++ b/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/VMExitsNative.java	Mon Jan 10 10:50:22 2011 +0100
@@ -48,11 +48,12 @@
         C1XOptions.setOptimizationLevel(3);
         C1XOptions.OptInlineExcept = false;
         C1XOptions.OptInlineSynchronized = false;
-        C1XOptions.UseDeopt = false;
         C1XOptions.IRChecking = false;
         C1XOptions.DetailedAsserts = false;
         C1XOptions.CommentedAssembly = false;
         C1XOptions.MethodEndBreakpointGuards = 2;
+        C1XOptions.PrintAssumptions = false;
+        C1XOptions.UseAssumptions = true;
     }
 
     @Override