Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.
/jdk13u-devPublic archive

Commit 031496d

Browse files
AntonKozlovYuri Nesterenko
authored and
Yuri Nesterenko
committed
8268635: Corrupt oop in ClassLoaderData
Backport-of: 3586a233a49c979e87fed9df148d0bf3df2df38b
1 parent 3c83f41 commit 031496d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hotspot/share/classfile/classLoaderData.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@ void ClassLoaderData::init_handle_locked(OopHandle& dest, Handle h) {
794794
if (dest.resolve() != NULL) {
795795
return;
796796
} else {
797+
record_modified_oops();
797798
dest = _handles.add(h());
798799
}
799800
}

0 commit comments

Comments
 (0)
close