Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8268635: Corrupt oop in ClassLoaderData
Backport-of: 3586a23
  • Loading branch information
William Kemper authored and RealCLanger committed Jul 10, 2021
1 parent 7bc4f40 commit 3ce8c72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/share/classfile/classLoaderData.cpp
Expand Up @@ -854,6 +854,7 @@ void ClassLoaderData::init_handle_locked(OopHandle& dest, Handle h) {
if (dest.resolve() != NULL) {
return;
} else {
record_modified_oops();
dest = _handles.add(h());
}
}
Expand Down

1 comment on commit 3ce8c72

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.