We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ea4f4 commit a285393Copy full SHA for a285393
src/hotspot/share/nmt/memTagFactory.hpp
@@ -105,6 +105,7 @@ struct NameToTagTable {
105
if (strcmp(names.at(ei), name) == 0) {
106
return;
107
}
108
+ link = e.next;
109
110
const char* name_copy = os::strdup(name, mtNMT);
111
MemTagI idx = index(tag);
@@ -122,6 +123,7 @@ struct NameToTagTable {
122
123
if (strcmp(names.at(index(e.tag)), name) == 0) {
124
return e.tag;
125
126
127
128
return mtNone;
129
0 commit comments