Searched refs:InternalError (Results 1 - 25 of 385) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/java/lang/
H A DInternalError.java36 class InternalError extends VirtualMachineError { class in inherits:VirtualMachineError
40 * Constructs an <code>InternalError</code> with no detail message.
42 public InternalError() { method in class:InternalError
47 * Constructs an <code>InternalError</code> with the specified
52 public InternalError(String s) { method in class:InternalError
/openjdk7/langtools/test/tools/javac/accessVirtualInner/a/
H A DA.java29 throw new InternalError();
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DInvokeDynamic.java32 private InvokeDynamic() { throw new InternalError(); } // do not instantiate
/openjdk7/jdk/src/share/classes/sun/invoke/empty/
H A DEmpty.java39 private Empty() { throw new InternalError(); }
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DInternalError.java22 * $Id: InternalError.java,v 1.0 2011-08-18 04:34:19 joehw Exp $
29 public class InternalError extends Error { class in inherits:Error
31 * Construct an <code>InternalError</code> with the specified error message.
34 public InternalError(String msg) { method in class:InternalError
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DInternalError.java34 public class InternalError extends Error { class in inherits:Error
36 InternalError(String msg, Throwable cause) { method in class:InternalError
/openjdk7/hotspot/test/compiler/6758234/
H A DTest6758234.java37 throw new InternalError();
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DInternalError.java34 public class InternalError extends Error { class in inherits:Error
36 InternalError(Throwable t, Object... args) { method in class:InternalError
41 InternalError(Object... args) { method in class:InternalError
/openjdk7/hotspot/test/compiler/6797305/
H A DTest6797305.java42 throw new InternalError("loadB failed: " + b + " != " + -1);
46 throw new InternalError("loadB2L failed: " + b2l + " != " + -1L);
50 throw new InternalError("loadUB failed: " + ub + " != " + 0xFF);
54 throw new InternalError("loadUBmask failed: " + ubmask + " != " + 0xFE);
58 throw new InternalError("loadUB2L failed: " + ub2l + " != " + 0xFFL);
62 throw new InternalError("loadS failed: " + s + " != " + -1);
66 throw new InternalError("loadS2L failed: " + s2l + " != " + -1L);
70 throw new InternalError("loadUS failed: " + us + " != " + 0xFFFF);
74 throw new InternalError("loadUBmask failed: " + ubmask + " != " + 0xFFFE);
78 throw new InternalError("loadUS2
[all...]
/openjdk7/hotspot/test/compiler/7088020/
H A DTest7088020.java50 if (wmt.getStackTrace().length < 1) throw new InternalError("missing stack frames");
56 if (wmt.getStackTrace().length < 1) throw new InternalError("missing stack frames");
62 if (wmt.getStackTrace().length < 1) throw new InternalError("missing stack frames");
68 if (wmt.getStackTrace().length < 1) throw new InternalError("missing stack frames");
74 if (wmt.getStackTrace().length < 1) throw new InternalError("missing stack frames");
77 throw new InternalError("not enough throws");
/openjdk7/hotspot/test/compiler/6814842/
H A DTest6814842.java41 throw new InternalError("loadS2B failed: " + s2b + " != " + (byte) 0xF2);
45 throw new InternalError("loadS2Bmask255 failed: " + s2bmask255 + " != " + (byte) 0xF2);
49 throw new InternalError("loadUS2B failed: " + us2b + " != " + (byte) 0xF4);
53 throw new InternalError("loadUS2Bmask255 failed: " + us2bmask255 + " != " + (byte) 0xF4);
57 throw new InternalError("loadI2B failed: " + i2b + " != " + (byte) 0xF4);
61 throw new InternalError("loadI2Bmask255 failed: " + i2bmask255 + " != " + (byte) 0xF4);
65 throw new InternalError("loadI2S failed: " + i2s + " != " + (short) 0xF3F4);
69 throw new InternalError("loadI2Smask255 failed: " + i2smask255 + " != " + (short) 0xF4);
73 throw new InternalError("loadI2Smask65535 failed: " + i2smask65535 + " != " + (short) 0xF3F4);
77 throw new InternalError("loadI2U
[all...]
/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipError.java34 public class ZipError extends InternalError {
/openjdk7/hotspot/test/compiler/6757316/
H A DTest6757316.java40 throw new InternalError();
/openjdk7/hotspot/test/compiler/6795362/
H A DTest6795362.java38 throw new InternalError(var_bad + " != 0");
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DMockAttributeSet.java57 throw new InternalError("MockAttributeSet: charade revealed!");
62 throw new InternalError("MockAttributeSet: charade revealed!");
91 throw new InternalError("MockAttributeSet: charade revealed!");
96 throw new InternalError("MockAttributeSet: charade revealed!");
101 throw new InternalError("MockAttributeSet: charade revealed!");
112 throw new InternalError("MockAttributeSet: charade revealed!");
117 throw new InternalError("MockAttributeSet: charade revealed!");
122 throw new InternalError("MockAttributeSet: charade revealed!");
/openjdk7/jdk/src/share/classes/java/awt/
H A DImageCapabilities.java77 throw new InternalError();
/openjdk7/hotspot/test/compiler/6796786/
H A DTest6796786.java45 throw new InternalError();
/openjdk7/jdk/src/windows/classes/sun/security/provider/
H A DNativeSeedGenerator.java61 throw new InternalError
/openjdk7/jdk/src/share/classes/sun/font/
H A DFontManagerFactory.java85 InternalError err = new InternalError();
90 InternalError err = new InternalError();
95 InternalError err = new InternalError();
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DDimension2D.java111 throw new InternalError();
/openjdk7/hotspot/test/compiler/8005033/
H A DTest8005033.java41 throw new InternalError("got " + calculatedBitCount + " but expected " + expectedBitCount);
/openjdk7/hotspot/test/compiler/6539464/
H A DTest.java40 throw new InternalError("Math.log produces inconsistent results: " + log_result2 + " != " + log_result);
/openjdk7/hotspot/test/compiler/6756768/
H A DTest6756768.java51 throw new InternalError("var = " + var);
H A DTest6756768_2.java52 throw new InternalError();
/openjdk7/hotspot/test/compiler/6769124/
H A DTestDeoptInt6769124.java48 throw new InternalError();

Completed in 318 milliseconds

1234567891011>>