src/share/vm/runtime/frame.hpp

changeset 2897
3cfb240033d1
parent 2895
167b70ff3abc
child 3130
5432047c7db7
     1.1 --- a/src/share/vm/runtime/frame.hpp	Fri May 06 19:34:55 2011 -0700
     1.2 +++ b/src/share/vm/runtime/frame.hpp	Mon May 09 19:45:52 2011 -0700
     1.3 @@ -511,7 +511,7 @@
     1.4    // Used by frame functions to describe locations.
     1.5    void describe(int owner, intptr_t* location, const char* description, int priority = 0);
     1.6  
     1.7 -  bool validate();
     1.8 +  void validate();
     1.9    void print();
    1.10  };
    1.11  

mercurial