Description
The ServiceThread has a list of all the OopStorage objects it needs to visit to perform cleanup actions (calling delete_empty_block) on them. A couple of OopStorage objects have been recently added to the VM but not added to the ServiceThread's list. One was added for the resolved method table by JDK-8221393. Another was added for JVMCI by JDK-8220623 (for which the accessor is currently private).
Attachments
Issue Links
- relates to
-
JDK-8227054 ServiceThread needs to know about all OopStorage objects
- Resolved
-
JDK-8227653 Add VM Global OopStorage
- Resolved
-
JDK-8253348 Remove unimplemented JNIHandles::initialize
- Resolved
-
JDK-8226366 Excessive ServiceThread wakeups for OopStorage cleanup
- Resolved