comparison graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java @ 2672:35453d725a2a

Add a BailoutOnException option on C1X to be able to tell expected exceptions (bailouts on jsr etc.) appart from true/unexpected exceptions
author Gilles Duboscq <gilles.duboscq@oracle.com>
date Thu, 12 May 2011 17:57:58 +0200
parents 616c6e74b69a
children 6ab73784566a bcd20d26d52d
comparison
equal deleted inserted replaced
2671:d8601d421b96 2672:35453d725a2a
53 // debugging settings 53 // debugging settings
54 public static boolean VerifyPointerMaps = ____; 54 public static boolean VerifyPointerMaps = ____;
55 public static int MethodEndBreakpointGuards = 0; 55 public static int MethodEndBreakpointGuards = 0;
56 public static boolean ZapStackOnMethodEntry = ____; 56 public static boolean ZapStackOnMethodEntry = ____;
57 public static boolean StressLinearScan = ____; 57 public static boolean StressLinearScan = ____;
58 public static boolean BailoutOnException = ____;
58 59
59 /** 60 /**
60 * See {@link Filter#Filter(String, Object)}. 61 * See {@link Filter#Filter(String, Object)}.
61 */ 62 */
62 public static String PrintFilter = null; 63 public static String PrintFilter = null;