mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +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
|
@ -29,10 +29,6 @@
|
|||
#include "oops/oop.inline.hpp"
|
||||
#include "oops/oopsHierarchy.hpp"
|
||||
|
||||
inline volatile oop java_lang_invoke_CallSite::target_volatile(oop site) {
|
||||
return oop((oopDesc *)(site->obj_field_volatile(_target_offset)));
|
||||
}
|
||||
|
||||
inline void java_lang_invoke_CallSite::set_target_volatile(oop site, oop target) {
|
||||
site->obj_field_put_volatile(_target_offset, target);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue