hotspot/src/share/vm/utilities/vmError.hpp
changeset 2129 e810a33b5c67
parent 1889 24b003a6fe46
child 2154 72a9b7284ccf
--- a/hotspot/src/share/vm/utilities/vmError.hpp	Thu Feb 26 16:57:21 2009 -0800
+++ b/hotspot/src/share/vm/utilities/vmError.hpp	Fri Feb 27 03:35:40 2009 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright 2003-2007 Sun Microsystems, Inc.  All Rights Reserved.
+ * Copyright 2003-2009 Sun Microsystems, Inc.  All Rights Reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -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;