8212996: Use AS_NO_KEEPALIVE when accessing dead java.lang.invoke.CallSites during nmethod unloading

Reviewed-by: coleenp, pliden
This commit is contained in:
Erik Österlund 2018-11-05 12:36:23 +01:00
parent 364f0784a4
commit 3798a62adb
5 changed files with 15 additions and 7 deletions

View file

@ -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) {