< prev index next >

src/share/vm/runtime/sweeper.hpp

Print this page

        

*** 25,35 **** --- 25,37 ---- #ifndef SHARE_VM_RUNTIME_SWEEPER_HPP #define SHARE_VM_RUNTIME_SWEEPER_HPP class WhiteBox; + #include "code/codeCache.hpp" #include "utilities/ticks.hpp" + // An NmethodSweeper is an incremental cleaner for: // - cleanup inline caches // - reclamation of nmethods // Removing nmethods from the code cache includes two operations // 1) mark active nmethods
< prev index next >