src/share/vm/runtime/frame.hpp

changeset 3238
b20d64f83668
parent 3130
5432047c7db7
child 3433
eaa9557116a2
     1.1 --- a/src/share/vm/runtime/frame.hpp	Sun Oct 23 23:57:39 2011 -0700
     1.2 +++ b/src/share/vm/runtime/frame.hpp	Mon Oct 24 07:53:17 2011 -0700
     1.3 @@ -516,7 +516,7 @@
     1.4    void describe(int owner, intptr_t* location, const char* description, int priority = 0);
     1.5  
     1.6    void validate();
     1.7 -  void print();
     1.8 +  void print(JavaThread* thread);
     1.9  };
    1.10  
    1.11  #endif

mercurial