hotspot/src/share/vm/runtime/vm_operations.hpp
changeset 37466 287c4ebd11b0
parent 37289 9989add27bf4
child 46329 53ccc37bda19
equal deleted inserted replaced
37462:58bb9394a98b 37466:287c4ebd11b0
    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 "utilities/top.hpp"
       
    33 #include "code/codeCache.hpp"
    32 #include "code/codeCache.hpp"
    34 
    33 
    35 // The following classes are used for operations
    34 // The following classes are used for operations
    36 // initiated by a Java thread but that must
    35 // initiated by a Java thread but that must
    37 // take place in the VMThread.
    36 // take place in the VMThread.