src/share/vm/utilities/debug.hpp

changeset 7553
f43fad8786fc
parent 7300
03e6d34be1f5
child 7994
04ff2f6cd0eb
child 9058
8c3e62bb99f3
     1.1 --- a/src/share/vm/utilities/debug.hpp	Mon Dec 15 18:11:51 2014 +0400
     1.2 +++ b/src/share/vm/utilities/debug.hpp	Wed Sep 24 12:19:07 2014 -0700
     1.3 @@ -265,4 +265,7 @@
     1.4  void pd_ps(frame f);
     1.5  void pd_obfuscate_location(char *buf, size_t buflen);
     1.6  
     1.7 +class outputStream;
     1.8 +void print_native_stack(outputStream* st, frame fr, Thread* t, char* buf, int buf_size);
     1.9 +
    1.10  #endif // SHARE_VM_UTILITIES_DEBUG_HPP

mercurial