src/share/vm/runtime/sweeper.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/sweeper.hpp	Wed May  7 00:02:28 2014
--- new/src/share/vm/runtime/sweeper.hpp	Wed May  7 00:02:28 2014

*** 109,117 **** --- 109,118 ---- static void possibly_sweep(); // Compiler threads call this to sweep static int hotness_counter_reset_val(); static void report_state_change(nmethod* nm); static void possibly_enable_sweeper(); + static void possibly_flush(nmethod* nm); static void print(); // Printing/debugging }; #endif // SHARE_VM_RUNTIME_SWEEPER_HPP

src/share/vm/runtime/sweeper.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File