mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8077936: Remove the unused java_lang_invoke_CallSite::target_volatile
Reviewed-by: vlivanov, jrose
This commit is contained in:
parent
ed2ed17291
commit
5a66ebc90c
4 changed files with 0 additions and 12 deletions
|
@ -1181,8 +1181,6 @@ public:
|
|||
// Accessors
|
||||
static oop target( oop site);
|
||||
static void set_target( oop site, oop target);
|
||||
|
||||
static volatile oop target_volatile(oop site);
|
||||
static void set_target_volatile(oop site, oop target);
|
||||
|
||||
// Testers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue