8256999: Add C2 intrinsic for Reference.refersTo and PhantomReference::refersTo

Reviewed-by: pliden, vlivanov, rkennke, eosterlund, shade
This commit is contained in:
Vladimir Kozlov 2020-11-29 20:27:01 +00:00
parent c5d95071df
commit 816e8f83b8
20 changed files with 320 additions and 134 deletions

View file

@ -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") \