8077936: Remove the unused java_lang_invoke_CallSite::target_volatile

Reviewed-by: vlivanov, jrose
This commit is contained in:
Stefan Karlsson 2015-04-17 10:46:41 +02:00
parent ed2ed17291
commit 5a66ebc90c
4 changed files with 0 additions and 12 deletions

View file

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