Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
8268635: Corrupt oop in ClassLoaderData
Backport-of: 3586a233a49c979e87fed9df148d0bf3df2df38b
  • Loading branch information
William Kemper authored and Yuri Nesterenko committed Jul 12, 2021
1 parent 91231cb commit 34b00be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/share/classfile/classLoaderData.cpp
Expand Up @@ -793,6 +793,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 34b00be

@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.