src/share/vm/gc_implementation/g1/g1CodeCacheRemSet.cpp

Print this page
rev 6670 : 8049426: Minor cleanups after G1 class unloading
Reviewed-by: stefank

*** 167,177 **** clear(); } void G1CodeRootSet::add(nmethod* method) { if (!contains(method)) { ! // Find the first chunk thatisn't full. G1CodeRootChunk* cur = _list.head(); while (cur != NULL) { if (!cur->is_full()) { break; } --- 167,177 ---- clear(); } void G1CodeRootSet::add(nmethod* method) { if (!contains(method)) { ! // Find the first chunk that isn't full. G1CodeRootChunk* cur = _list.head(); while (cur != NULL) { if (!cur->is_full()) { break; }