hotspot Cdiff src/share/vm/runtime/sweeper.hpp (original) (raw)
src/share/vm/runtime/sweeper.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Cdiff 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
src/share/vm/runtime/sweeper.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File