mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8049426: Minor cleanups after G1 class unloading
Reviewed-by: stefank, brutisso
This commit is contained in:
parent
1b001a2afd
commit
b77bc85799
4 changed files with 5 additions and 4 deletions
|
@ -169,7 +169,7 @@ G1CodeRootSet::~G1CodeRootSet() {
|
|||
|
||||
void G1CodeRootSet::add(nmethod* method) {
|
||||
if (!contains(method)) {
|
||||
// Find the first chunk thatisn't full.
|
||||
// Find the first chunk that isn't full.
|
||||
G1CodeRootChunk* cur = _list.head();
|
||||
while (cur != NULL) {
|
||||
if (!cur->is_full()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue