diff src/share/vm/runtime/frame.hpp @ 4042:b20d64f83668

7090904: JSR 292: JRuby junit test crashes in PSScavengeRootsClosure::do_oop Reviewed-by: kvn, never, jrose
author twisti
date Mon, 24 Oct 2011 07:53:17 -0700
parents 5432047c7db7
children 3dbcd1013cc8 eaa9557116a2
line wrap: on
line diff
--- a/src/share/vm/runtime/frame.hpp	Sun Oct 23 23:57:39 2011 -0700
+++ b/src/share/vm/runtime/frame.hpp	Mon Oct 24 07:53:17 2011 -0700
@@ -516,7 +516,7 @@
   void describe(int owner, intptr_t* location, const char* description, int priority = 0);
 
   void validate();
-  void print();
+  void print(JavaThread* thread);
 };
 
 #endif