< prev index next >

src/hotspot/share/runtime/vm_operations.hpp

Print this page
rev 48162 : 8191789: migrate more Thread-SMR stuff from thread.[ch]pp -> threadSMR.[ch]pp
Reviewed-by: stefank

*** 27,36 **** --- 27,37 ---- #include "classfile/javaClasses.hpp" #include "memory/allocation.hpp" #include "oops/oop.hpp" #include "runtime/thread.hpp" + #include "runtime/threadSMR.hpp" #include "code/codeCache.hpp" // The following classes are used for operations // initiated by a Java thread but that must // take place in the VMThread.
< prev index next >