Skip to content

Commit bbff12d

Browse files
committed
Bug
1 parent 19ea4f4 commit bbff12d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hotspot/share/nmt/memTagFactory.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ struct NameToTagTable {
105105
if (strcmp(names.at(ei), name) == 0) {
106106
return;
107107
}
108+
link = e.next;
108109
}
109110
const char* name_copy = os::strdup(name, mtNMT);
110111
MemTagI idx = index(tag);

0 commit comments

Comments
 (0)