mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +02:00
8143408: Crash during InstanceKlass unloading when clearing dependency context
Reviewed-by: kvn
This commit is contained in:
parent
2952cd0bde
commit
a03d2513aa
3 changed files with 36 additions and 25 deletions
|
@ -143,6 +143,10 @@ class DependencyContext : public StackObj {
|
|||
|
||||
void expunge_stale_entries();
|
||||
|
||||
// Unsafe deallocation of nmethodBuckets. Used in IK::release_C_heap_structures
|
||||
// to clean up the context possibly containing live entries pointing to unloaded nmethods.
|
||||
void wipe();
|
||||
|
||||
#ifndef PRODUCT
|
||||
void print_dependent_nmethods(bool verbose);
|
||||
bool is_dependent_nmethod(nmethod* nm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue