mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8256999: Add C2 intrinsic for Reference.refersTo and PhantomReference::refersTo
Reviewed-by: pliden, vlivanov, rkennke, eosterlund, shade
This commit is contained in:
parent
c5d95071df
commit
816e8f83b8
20 changed files with 320 additions and 134 deletions
|
@ -394,6 +394,7 @@
|
|||
template(dispatchUncaughtException_name, "dispatchUncaughtException") \
|
||||
template(loadClass_name, "loadClass") \
|
||||
template(get_name, "get") \
|
||||
template(refersTo0_name, "refersTo0") \
|
||||
template(put_name, "put") \
|
||||
template(type_name, "type") \
|
||||
template(findNative_name, "findNative") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue