src/share/vm/runtime/sweeper.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/sweeper.hpp	Wed Sep 16 15:19:08 2015
--- new/src/share/vm/runtime/sweeper.hpp	Wed Sep 16 15:19:07 2015

*** 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