Searched refs:Error (Results 251 - 275 of 1673) sorted by relevance

<<11121314151617181920>>

/openjdk10/jdk/test/java/io/Serializable/auditStreamSubclass/
H A DAuditStreamSubclass.java104 throw new Error();
110 throw new Error();
116 throw new Error();
122 throw new Error();
128 throw new Error();
134 throw new Error();
/openjdk10/jdk/test/java/beans/Introspector/memory/
H A DTest4508780.java81 throw new Error("could not instantiate bean: " + name, exception);
84 throw new Error("bean class loader is not equal to default one");
104 throw new Error("method is null");
107 throw new Error("target bean is null");
112 throw new Error("could not execute method: " + method, exception);
129 throw new Error("unexpected exception", exception);
/openjdk10/jdk/test/java/beans/Introspector/4520754/
H A DTest4520754.java73 throw new Error("could not find BeanInfo for " + type);
76 throw new Error("could not find marked BeanInfo for " + type);
88 throw new Error("unexpected exception", exception);
91 throw new Error("could not find BeanInfo for " + type);
94 throw new Error("could not find marked BeanInfo for " + type);
112 throw new Error("could not find custom BeanInfo for " + type);
/openjdk10/langtools/test/tools/javac/multicatch/7005371/
H A DT7005371.java72 throw new Error("Missing method: " + TEST_METHOD_NAME);
76 throw new Error("Missing Code attribute for method: " + TEST_METHOD_NAME);
81 throw new Error("Missing LocalVariableTypeTable attribute for method: " + TEST_METHOD_NAME);
84 throw new Error("LocalVariableTypeTable has wrong size" +
92 throw new Error("LocalVariableTypeTable has wrong signature" +
98 throw new Error("error reading " + f +": " + e);
/openjdk10/hotspot/test/compiler/aot/cli/
H A DSingleAOTLibraryTest.java60 throw new Error("Test expects 1 parameter");
74 throw new Error("Problems executing test: " + t, t);
/openjdk10/hotspot/src/share/vm/runtime/
H A DcommandLineFlagConstraintsCompiler.cpp38 Flag::Error AliasLevelConstraintFunc(intx value, bool verbose) {
65 Flag::Error CICompilerCountConstraintFunc(intx value, bool verbose) {
94 Flag::Error AllocatePrefetchDistanceConstraintFunc(intx value, bool verbose) {
106 Flag::Error AllocatePrefetchStepSizeConstraintFunc(intx value, bool verbose) {
118 Flag::Error AllocatePrefetchInstrConstraintFunc(intx value, bool verbose) {
135 Flag::Error CompileThresholdConstraintFunc(intx value, bool verbose) {
148 Flag::Error OnStackReplacePercentageConstraintFunc(intx value, bool verbose) {
196 Flag::Error CodeCacheSegmentSizeConstraintFunc(uintx value, bool verbose) {
228 Flag::Error CompilerThreadPriorityConstraintFunc(intx value, bool verbose) {
244 Flag::Error CodeEntryAlignmentConstraintFun
[all...]
/openjdk10/hotspot/test/runtime/ErrorHandling/
H A DTestExitOnOutOfMemoryError.java44 throw new Error("OOME not triggered");
46 throw new Error("OOME didn't terminate JVM!");
/openjdk10/jdk/test/java/beans/Introspector/4168475/
H A DTest4168475.java52 throw new Error("wrong number of properties");
55 throw new Error("unexpected property name");
/openjdk10/jdk/test/java/beans/Introspector/
H A DTest7195106.java43 throw new Error("Unexpected behavior");
55 throw new Error("Explicit BeanInfo is collected");
H A DTest4072197.java48 throw new Error("unexpected exception", exception);
52 throw new Error("NullPointerException expected");
H A DTest6868189.java45 throw new Error("unexpected property");
62 throw new Error("unexpected exception", exception);
/openjdk10/jdk/test/java/beans/PropertyChangeSupport/
H A DTest4353056.java130 throw new Error("new value is equal to old one");
133 throw new Error("unexpected property name");
136 throw new Error("unexpected object value");
140 throw new Error("unexpected boolean value");
144 throw new Error("unexpected integer value");
147 throw new Error("unexpected property name");
152 throw new Error("unexpected property index");
155 throw new Error("unexpected event type");
H A DTestMethods.java68 throw new Error("Illegal state: " + this.state);
74 throw new Error("Illegal state: " + this.state);
83 throw new Error("Illegal state: " + this.state);
92 throw new Error("Illegal state: " + this.state);
101 throw new Error("Illegal state: " + this.state);
110 throw new Error("Illegal state: " + this.state);
119 throw new Error("Illegal state: " + this.state);
128 throw new Error("Illegal state: " + this.state);
/openjdk10/jdk/test/java/io/Serializable/badSerialPersistentField/
H A DBadSerialPersistentField.java61 throw new Error();
68 throw new Error();
/openjdk10/jdk/test/java/io/Serializable/illegalHandle/
H A DTest.java47 throw new Error("negative handle read should not succeed");
61 throw new Error("too-high handle read should not succeed");
/openjdk10/jdk/test/java/beans/XMLEncoder/
H A Djavax_swing_JComponent.java70 throw new Error();
74 throw new Error();
/openjdk10/jdk/test/java/io/Serializable/classDescHooks/
H A DCNFException.java56 throw new Error("expected InvalidClassException");
60 throw new Error(
/openjdk10/jdk/test/java/beans/Beans/
H A DTest4067824.java44 throw new Error("unexpected exception", exception);
52 throw new Error("Instantiated corrupt .ser file OK!!??");
/openjdk10/jdk/test/java/io/Serializable/enum/unshared/
H A DTest.java60 throw new Error(
65 throw new Error(
80 throw new Error(
85 throw new Error(
100 throw new Error(
105 throw new Error(
118 throw new Error(
123 throw new Error(
/openjdk10/jdk/test/java/io/Serializable/enum/missingConstant/
H A DRead.java42 throw new Error("expected " + f + ", got " + obj);
47 throw new Error("read of " + obj + " should not succeed");
/openjdk10/jdk/test/java/lang/reflect/Proxy/
H A DClassRestrictions.java74 throw new Error(
84 throw new Error(
99 throw new Error(
123 throw new Error(
138 throw new Error(
145 throw new Error(
161 throw new Error(
177 throw new Error("TEST FAILED: ", e);
/openjdk10/jdk/test/javax/swing/border/
H A DTest6625450.java58 throw new Error("expected IllegalArgumentException");
63 throw new Error("unexpected exception", exception);
/openjdk10/langtools/test/tools/javac/TryWithResources/
H A DTwrSuppression.java44 if (suppressedExceptions[0].getClass() != Error.class ||
62 throw new Error();
/openjdk10/langtools/test/jdk/javadoc/tool/outputRedirect/p/
H A DOutputRedirect.java55 throw new Error("javadoc output wasn\'t properly redirected");
57 throw new Error("javadoc run failed");
/openjdk10/langtools/test/tools/javac/code/
H A DArrayClone.java47 throw new Error("javap failed; exit " + rc);
57 throw new Error("expected string not found in javap output");

Completed in 121 milliseconds

<<11121314151617181920>>