Searched refs:Exceptions (Results 1 - 25 of 49) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileError.cpp34 Exceptions::fthrow(THREAD_AND_LOCATION, vmSymbols::java_lang_ClassFormatError(),
40 Exceptions::fthrow(THREAD_AND_LOCATION, vmSymbols::java_lang_ClassFormatError(),
46 Exceptions::fthrow(THREAD_AND_LOCATION, vmSymbols::java_lang_ClassFormatError(),
52 Exceptions::fthrow(THREAD_AND_LOCATION, vmSymbols::java_lang_ClassFormatError(),
58 Exceptions::fthrow(
H A DclassFileParser.cpp1633 "Exceptions attribute has wrong length in class file %s", CHECK_NULL);
1641 Exceptions::fthrow(THREAD_AND_LOCATION,
2095 // Parse Exceptions attribute
2097 classfile_parse_error("Multiple Exceptions attributes in class file %s", CHECK_(nullHandle));
3016 Exceptions::fthrow(
3024 Exceptions::fthrow(
3101 Exceptions::fthrow(
3212 Exceptions::fthrow(
4013 Exceptions::fthrow(
4033 Exceptions
[all...]
/openjdk7/jdk/test/java/lang/Class/getDeclaredField/
H A DExceptions.java30 public class Exceptions { class
56 Exceptions e = new Exceptions();
/openjdk7/jdk/test/java/lang/Class/getDeclaredMethod/
H A DExceptions.java30 public class Exceptions { class
56 Exceptions e = new Exceptions();
/openjdk7/jdk/test/java/lang/Class/getMethod/
H A DExceptions.java30 public class Exceptions { class
56 Exceptions e = new Exceptions();
/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.cpp76 // Implementation of Exceptions
78 bool Exceptions::special_exception(Thread* thread, const char* file, int line, Handle h_exception) {
108 bool Exceptions::special_exception(Thread* thread, const char* file, int line, Symbol* h_name, const char* message) {
132 void Exceptions::_throw_oop(Thread* thread, const char* file, int line, oop exception) {
138 void Exceptions::_throw(Thread* thread, const char* file, int line, Handle h_exception, const char* message) {
152 NOT_PRODUCT(Exceptions::debug_check_abort(h_exception, message));
167 void Exceptions::_throw_msg(Thread* thread, const char* file, int line, Symbol* name, const char* message,
177 void Exceptions::_throw_msg_cause(Thread* thread, const char* file, int line, Symbol* name, const char* message, Handle h_cause,
186 void Exceptions::_throw_cause(Thread* thread, const char* file, int line, Symbol* name, Handle h_cause,
195 void Exceptions
[all...]
H A Dexceptions.hpp36 // Scheme: Exceptions are stored with the thread. There is never more
97 // Exceptions is a helper class that encapsulates all operations
99 // relatively rare. The Exceptions operations should only be
102 class Exceptions { class
218 { Exceptions::_throw_oop(THREAD_AND_LOCATION, e); return; }
221 { Exceptions::_throw(THREAD_AND_LOCATION, e); return; }
224 { Exceptions::_throw_msg(THREAD_AND_LOCATION, name, NULL); return; }
227 { Exceptions::_throw_msg(THREAD_AND_LOCATION, name, message); return; }
230 { Exceptions::_throw_cause(THREAD_AND_LOCATION, name, cause); return; }
233 { Exceptions
[all...]
/openjdk7/jdk/test/java/lang/Class/getField/
H A DExceptions.java30 public class Exceptions { class
60 Exceptions e = new Exceptions();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DJavaSE6ScriptEngine.java33 import org.openide.util.Exceptions;
65 Exceptions.printStackTrace(ex);
H A DCustomFilter.java41 import org.openide.util.Exceptions;
149 Exceptions.printStackTrace(ex);
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DExceptions_attribute.java49 this(constant_pool.getUTF8Index(Attribute.Exceptions), exception_index_table);
H A DAttribute.java49 public static final String Exceptions = "Exceptions"; field in class:Attribute
109 standardAttributes.put(Exceptions, Exceptions_attribute.class);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/NetworkConnection/src/com/sun/hotspot/igv/connection/
H A DClient.java35 import org.openide.util.Exceptions;
80 Exceptions.printStackTrace(ex);
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dstack_zero.cpp72 Exceptions::throw_stack_overflow_exception(thread, __FILE__, __LINE__,
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkRuntime.cpp147 Exceptions::_throw_msg(
160 Exceptions::_throw_msg(
169 Exceptions::_throw_msg(
178 Exceptions::_throw_msg(
/openjdk7/jdk/test/java/lang/reflect/ReflectPermission/
H A DExceptions.java31 public class Exceptions { class
/openjdk7/jdk/test/java/lang/StringBuffer/
H A DExceptions.java30 public class Exceptions { class
/openjdk7/jdk/test/java/lang/StringBuilder/
H A DExceptions.java30 public class Exceptions { class
/openjdk7/jdk/test/java/nio/file/etc/
H A DExceptions.java34 public class Exceptions { class
/openjdk7/langtools/test/tools/javap/
H A DT6716452.java52 test(cf, m, Attribute.Exceptions, Exceptions_attribute.class);
/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticArgument.cpp100 Exceptions::fthrow(THREAD_AND_LOCATION, vmSymbols::java_lang_IllegalArgumentException(),
134 Exceptions::fthrow(THREAD_AND_LOCATION, vmSymbols::java_lang_IllegalArgumentException(),
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DNames.java88 public final Name Exceptions; field in class:Names
199 Exceptions = fromString("Exceptions");
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DFilterTopComponent.java71 import org.openide.util.Exceptions;
389 Exceptions.printStackTrace(ex);
424 Exceptions.printStackTrace(ex);
458 Exceptions.printStackTrace(ex);
460 Exceptions.printStackTrace(ex);
465 Exceptions.printStackTrace(ex);
606 Exceptions.printStackTrace(ex);
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp47 Exceptions, // Offset where exception handler lives enumerator in enum:CodeOffsets::Entries
67 _values[Exceptions ] = -1;
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dconstants.h130 F(METHOD_ATTR_Exceptions,Exceptions) \

Completed in 2321 milliseconds

12