hotspot/src/share/vm/runtime/frame.cpp
changeset 19952 bc974e92f881
parent 19334 3aa9ca404965
child 20282 7f9cbdf89af2
--- a/hotspot/src/share/vm/runtime/frame.cpp	Wed Sep 04 08:55:08 2013 -0400
+++ b/hotspot/src/share/vm/runtime/frame.cpp	Fri Sep 06 08:42:42 2013 -0700
@@ -652,7 +652,7 @@
 // Return whether the frame is in the VM or os indicating a Hotspot problem.
 // Otherwise, it's likely a bug in the native library that the Java code calls,
 // hopefully indicating where to submit bugs.
-static void print_C_frame(outputStream* st, char* buf, int buflen, address pc) {
+void frame::print_C_frame(outputStream* st, char* buf, int buflen, address pc) {
   // C/C++ frame
   bool in_vm = os::address_is_in_vm(pc);
   st->print(in_vm ? "V" : "C");