src/share/vm/code/nmethod.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/code/nmethod.hpp	Mon Jul 14 12:14:47 2014
--- new/src/share/vm/code/nmethod.hpp	Mon Jul 14 12:14:47 2014

*** 600,609 **** --- 600,610 ---- // Evolution support. We make old (discarded) compiled methods point to new Method*s. void set_method(Method* method) { _method = method; } // GC support + bool stub_contains_dead_metadata(BoolObjectClosure* is_alive, address stub); void do_unloading(BoolObjectClosure* is_alive, bool unloading_occurred); // The parallel versions are used by G1. bool do_unloading_parallel(BoolObjectClosure* is_alive, bool unloading_occurred); void do_unloading_parallel_postponed(BoolObjectClosure* is_alive, bool unloading_occurred); // Unload a nmethod if the *root object is dead.

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