File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -307,10 +307,6 @@ void G1HeapRegion::add_code_root(nmethod* nm) {
307307 rem_set ()->add_code_root (nm);
308308}
309309
310- void G1HeapRegion::remove_code_root (nmethod* nm) {
311- rem_set ()->remove_code_root (nm);
312- }
313-
314310void G1HeapRegion::code_roots_do (NMethodClosure* blk) const {
315311 rem_set ()->code_roots_do (blk);
316312}
Original file line number Diff line number Diff line change @@ -543,7 +543,6 @@ class G1HeapRegion : public CHeapObj<mtGC> {
543543 // Routines for managing a list of code roots (attached to the
544544 // this region's RSet) that point into this heap region.
545545 void add_code_root (nmethod* nm);
546- void remove_code_root (nmethod* nm);
547546
548547 // Applies blk->do_nmethod() to each of the entries in
549548 // the code roots list for this region
You can’t perform that action at this time.
0 commit comments