diff src/share/vm/runtime/thread.cpp @ 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 23a1c8de9d51
children bca17e38de00
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Sun Oct 23 23:57:39 2011 -0700
+++ b/src/share/vm/runtime/thread.cpp	Mon Oct 24 07:53:17 2011 -0700
@@ -2947,7 +2947,7 @@
     values.validate();
   } else {
     tty->print_cr("[Describe stack layout]");
-    values.print();
+    values.print(this);
   }
 }
 #endif