src/hotspot/share/runtime/vm_operations.hpp
changeset 48312 2a1413298af0
parent 48105 8d15b1369c7a
child 48631 862c41cf1c7f
equal deleted inserted replaced
48311:d18861f20c0e 48312:2a1413298af0
    27 
    27 
    28 #include "classfile/javaClasses.hpp"
    28 #include "classfile/javaClasses.hpp"
    29 #include "memory/allocation.hpp"
    29 #include "memory/allocation.hpp"
    30 #include "oops/oop.hpp"
    30 #include "oops/oop.hpp"
    31 #include "runtime/thread.hpp"
    31 #include "runtime/thread.hpp"
       
    32 #include "runtime/threadSMR.hpp"
    32 #include "code/codeCache.hpp"
    33 #include "code/codeCache.hpp"
    33 
    34 
    34 // The following classes are used for operations
    35 // The following classes are used for operations
    35 // initiated by a Java thread but that must
    36 // initiated by a Java thread but that must
    36 // take place in the VMThread.
    37 // take place in the VMThread.