diff src/share/vm/utilities/vmError.hpp @ 614:3db67f76d308

Merge
author acorn
date Thu, 05 Mar 2009 22:07:29 -0500
parents dbbe28fc66b5
children 7bb995fbd3c0
line wrap: on
line diff
--- a/src/share/vm/utilities/vmError.hpp	Mon Mar 02 16:56:51 2009 -0700
+++ b/src/share/vm/utilities/vmError.hpp	Thu Mar 05 22:07:29 2009 -0500
@@ -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;