Skip to content

Commit 788a3c4

Browse files
committed
Markus _initial_type_set feedback
1 parent b1d5650 commit 788a3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ static size_t teardown() {
12651265
JfrKlassUnloading::clear();
12661266
_artifacts->clear();
12671267
_initial_type_set = true;
1268-
} else {
1268+
} else if (is_initial_typeset_for_chunk()) {
12691269
_initial_type_set = false;
12701270
}
12711271
return total_count;

0 commit comments

Comments
 (0)