src/share/vm/opto/runtime.hpp

Print this page
rev 6670 : 8049325: Introduce and clean up umbrella headers for the files in the cpu subdirectories.
Reviewed-by: lfoltan, coleenp, dholmes

*** 25,34 **** --- 25,35 ---- #ifndef SHARE_VM_OPTO_RUNTIME_HPP #define SHARE_VM_OPTO_RUNTIME_HPP #include "code/codeBlob.hpp" #include "opto/machnode.hpp" + #include "opto/optoreg.hpp" #include "opto/type.hpp" #include "runtime/biasedLocking.hpp" #include "runtime/rtmLocking.hpp" #include "runtime/deoptimization.hpp" #include "runtime/vframe.hpp"