src/hotspot/share/runtime/handles.inline.hpp
changeset 53582 881c5fbeb849
parent 53244 9807daeb47c4
child 53682 e30211561a17
equal deleted inserted replaced
53581:dfacdb971494 53582:881c5fbeb849
    24 
    24 
    25 #ifndef SHARE_RUNTIME_HANDLES_INLINE_HPP
    25 #ifndef SHARE_RUNTIME_HANDLES_INLINE_HPP
    26 #define SHARE_RUNTIME_HANDLES_INLINE_HPP
    26 #define SHARE_RUNTIME_HANDLES_INLINE_HPP
    27 
    27 
    28 #include "runtime/handles.hpp"
    28 #include "runtime/handles.hpp"
    29 #include "runtime/thread.inline.hpp"
    29 #include "runtime/thread.hpp"
       
    30 #include "oops/metadata.hpp"
       
    31 #include "oops/oop.hpp"
    30 
    32 
    31 // these inline functions are in a separate file to break an include cycle
    33 // these inline functions are in a separate file to break an include cycle
    32 // between Thread and Handle
    34 // between Thread and Handle
    33 
    35 
    34 inline Handle::Handle(Thread* thread, oop obj) {
    36 inline Handle::Handle(Thread* thread, oop obj) {