Searched defs:VMError (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.hpp33 class VMError : public StackObj { class in inherits:StackObj
68 static VMError* volatile first_error;
103 VMError(Thread* thread, unsigned int sig, address pc, void* siginfo,
106 VMError(Thread* thread, const char* filename, int lineno,
110 VMError(Thread* thread, const char* filename, int lineno, size_t size,
113 VMError(const char* message);
H A DvmError.cpp79 VMError::VMError(Thread* thread, unsigned int sig, address pc, void* siginfo, void* context) { function in class:VMError
99 VMError::VMError(Thread* thread, const char* filename, int lineno, function in class:VMError
121 VMError::VMError(Thread* thread, const char* filename, int lineno, size_t size, function in class:VMError
143 VMError::VMError(const char* message) { function in class:VMError
212 bool VMError::coredump_status;
213 char VMError
[all...]

Completed in 38 milliseconds