--- old/src/share/vm/runtime/frame.hpp 2011-10-19 08:37:10.045286375 -0700 +++ new/src/share/vm/runtime/frame.hpp 2011-10-19 08:37:09.772390254 -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