diff graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java @ 2676:e0e89714e2f1

Merge
author Maxine VM
date Fri, 13 May 2011 14:03:03 -0700
parents bcd20d26d52d 6ab73784566a
children ed36daed4c43
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java	Fri May 13 13:59:32 2011 -0700
+++ b/graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java	Fri May 13 14:03:03 2011 -0700
@@ -68,6 +68,8 @@
     public static boolean PrintLIR                           = ____;
     public static boolean PrintCFGToFile                     = ____;
     public static boolean PrintDOTGraphToFile                = ____;
+    public static boolean PrintDOTGraphToPdf                 = ____;
+    public static boolean OmitDOTFrameStates                 = true;
     public static boolean PrintMetrics                       = ____;
     public static boolean PrintTimers                        = ____;
     public static boolean PrintCompilation                   = ____;