src/share/vm/utilities/vmError.hpp

changeset 2314
f95d63e2154a
parent 2036
126ea7725993
child 2418
36c186bcc085
equal deleted inserted replaced
2313:e33f46fc48ed 2314:f95d63e2154a
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24
25 #ifndef SHARE_VM_UTILITIES_VMERROR_HPP
26 #define SHARE_VM_UTILITIES_VMERROR_HPP
27
28 #include "utilities/globalDefinitions.hpp"
24 29
25 30
26 class VM_ReportJavaOutOfMemory; 31 class VM_ReportJavaOutOfMemory;
27 32
28 class VMError : public StackObj { 33 class VMError : public StackObj {
114 static address get_resetted_sighandler(int sig); 119 static address get_resetted_sighandler(int sig);
115 120
116 // check to see if fatal error reporting is in progress 121 // check to see if fatal error reporting is in progress
117 static bool fatal_error_in_progress() { return first_error != NULL; } 122 static bool fatal_error_in_progress() { return first_error != NULL; }
118 }; 123 };
124
125 #endif // SHARE_VM_UTILITIES_VMERROR_HPP

mercurial