src/share/vm/runtime/frame.hpp

changeset 9858
b985cbb00e68
parent 9191
a0373be7fe1b
child 9931
fd44df5e3bc3
     1.1 --- a/src/share/vm/runtime/frame.hpp	Thu Aug 01 03:44:03 2019 +0100
     1.2 +++ b/src/share/vm/runtime/frame.hpp	Mon Aug 12 18:30:40 2019 +0300
     1.3 @@ -181,6 +181,8 @@
     1.4    frame sender_for_interpreter_frame(RegisterMap* map) const;
     1.5    frame sender_for_native_frame(RegisterMap* map) const;
     1.6  
     1.7 +  bool is_entry_frame_valid(JavaThread* thread) const;
     1.8 +
     1.9    // All frames:
    1.10  
    1.11    // A low-level interface for vframes:

mercurial