hotspot/src/share/vm/utilities/vmError.hpp
changeset 2154 72a9b7284ccf
parent 2105 347008ce7984
parent 2129 e810a33b5c67
child 5340 b838d4165c92
equal deleted inserted replaced
2106:ec595a5e793e 2154:72a9b7284ccf
    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;