diff -r ec595a5e793e -r 72a9b7284ccf hotspot/src/share/vm/utilities/vmError.hpp --- a/hotspot/src/share/vm/utilities/vmError.hpp Mon Mar 09 13:34:00 2009 -0700 +++ b/hotspot/src/share/vm/utilities/vmError.hpp Thu Mar 12 18:16:36 2009 -0700 @@ -50,7 +50,7 @@ // additional info for VM internal errors const char * _filename; - size_t _lineno; + int _lineno; // used by fatal error handler int _current_step;