diff src/share/vm/runtime/frame.cpp @ 17474:6fa574bfd32a

Merge
author chegar
date Thu, 03 Oct 2013 19:13:12 +0100
parents 38f750491293
children 190899198332
line wrap: on
line diff
--- a/src/share/vm/runtime/frame.cpp	Sat Sep 14 20:40:34 2013 +0100
+++ b/src/share/vm/runtime/frame.cpp	Thu Oct 03 19:13:12 2013 +0100
@@ -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");