mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8212996: Use AS_NO_KEEPALIVE when accessing dead java.lang.invoke.CallSites during nmethod unloading
Reviewed-by: coleenp, pliden
This commit is contained in:
parent
364f0784a4
commit
3798a62adb
5 changed files with 15 additions and 7 deletions
|
@ -1186,7 +1186,7 @@ public:
|
|||
static void set_target( oop site, oop target);
|
||||
static void set_target_volatile( oop site, oop target);
|
||||
|
||||
static oop context(oop site);
|
||||
static oop context_no_keepalive(oop site);
|
||||
|
||||
// Testers
|
||||
static bool is_subclass(Klass* klass) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue