< prev index next >

src/jdk.vm.ci/share/classes/jdk.vm.ci.code/src/jdk/vm/ci/code/BailoutException.java

Print this page

        

*** 20,30 **** * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.vm.ci.code; ! import java.util.*; /** * Exception thrown when the compiler refuses to compile a method because of problems with the * method. e.g. bytecode wouldn't verify, too big, JSR/ret too complicated, etc. This exception is * <i>not</i> meant to indicate problems with the compiler itself. --- 20,30 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ package jdk.vm.ci.code; ! import java.util.Locale; /** * Exception thrown when the compiler refuses to compile a method because of problems with the * method. e.g. bytecode wouldn't verify, too big, JSR/ret too complicated, etc. This exception is * <i>not</i> meant to indicate problems with the compiler itself.
< prev index next >