src/share/vm/utilities/vmError.hpp

changeset 1063
7bb995fbd3c0
parent 1014
0fbdb4381b99
parent 1038
dbbe28fc66b5
child 1819
c544d979f886
equal deleted inserted replaced
1015:ce2272390558 1063:7bb995fbd3c0
48 void * _context; // ContextRecord on Windows, 48 void * _context; // ContextRecord on Windows,
49 // ucontext_t on Solaris/Linux 49 // ucontext_t on Solaris/Linux
50 50
51 // additional info for VM internal errors 51 // additional info for VM internal errors
52 const char * _filename; 52 const char * _filename;
53 size_t _lineno; 53 int _lineno;
54 54
55 // used by fatal error handler 55 // used by fatal error handler
56 int _current_step; 56 int _current_step;
57 const char * _current_step_info; 57 const char * _current_step_info;
58 int _verbose; 58 int _verbose;

mercurial