mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-17 05:45:05 +00:00
8268635: Corrupt oop in ClassLoaderData
Reviewed-by: iklam, dholmes
This commit is contained in:
parent
bffb1a7199
commit
3586a233a4
@ -806,6 +806,7 @@ void ClassLoaderData::init_handle_locked(OopHandle& dest, Handle h) {
|
||||
if (dest.resolve() != NULL) {
|
||||
return;
|
||||
} else {
|
||||
record_modified_oops();
|
||||
dest = _handles.add(h());
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user