src/hotspot/share/runtime/vframe.inline.hpp
changeset 55401 32cce302a1fd
parent 53244 9807daeb47c4
equal deleted inserted replaced
55400:da554fdb51d0 55401:32cce302a1fd
    24 
    24 
    25 #ifndef SHARE_RUNTIME_VFRAME_INLINE_HPP
    25 #ifndef SHARE_RUNTIME_VFRAME_INLINE_HPP
    26 #define SHARE_RUNTIME_VFRAME_INLINE_HPP
    26 #define SHARE_RUNTIME_VFRAME_INLINE_HPP
    27 
    27 
    28 #include "runtime/frame.inline.hpp"
    28 #include "runtime/frame.inline.hpp"
       
    29 #include "runtime/thread.inline.hpp"
    29 #include "runtime/vframe.hpp"
    30 #include "runtime/vframe.hpp"
    30 
    31 
    31 inline vframeStreamCommon::vframeStreamCommon(JavaThread* thread) : _reg_map(thread, false) {
    32 inline vframeStreamCommon::vframeStreamCommon(JavaThread* thread) : _reg_map(thread, false) {
    32   _thread = thread;
    33   _thread = thread;
    33 }
    34 }