We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d5650 commit 788a3c4Copy full SHA for 788a3c4
src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp
@@ -1265,7 +1265,7 @@ static size_t teardown() {
1265
JfrKlassUnloading::clear();
1266
_artifacts->clear();
1267
_initial_type_set = true;
1268
- } else {
+ } else if (is_initial_typeset_for_chunk()) {
1269
_initial_type_set = false;
1270
}
1271
return total_count;
0 commit comments