diff src/share/vm/runtime/frame.hpp @ 3365:3cfb240033d1

7043301: assert(locals < caller->fp() || locals > (caller->fp() + 16)) failed: locals in save area Reviewed-by: kvn
author never
date Mon, 09 May 2011 19:45:52 -0700
parents 167b70ff3abc
children 5432047c7db7
line wrap: on
line diff
--- a/src/share/vm/runtime/frame.hpp	Fri May 06 19:34:55 2011 -0700
+++ b/src/share/vm/runtime/frame.hpp	Mon May 09 19:45:52 2011 -0700
@@ -511,7 +511,7 @@
   // Used by frame functions to describe locations.
   void describe(int owner, intptr_t* location, const char* description, int priority = 0);
 
-  bool validate();
+  void validate();
   void print();
 };