mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8164358: [JVMCI] expose Hotspot intrinsics and HotSpotIntrinsicCandidate info to JVMCI
Reviewed-by: twisti, kvn, never
This commit is contained in:
parent
00979c250a
commit
1fd875eaf9
15 changed files with 199 additions and 14 deletions
|
@ -493,6 +493,7 @@
|
|||
declare_constant(Method::_force_inline) \
|
||||
declare_constant(Method::_dont_inline) \
|
||||
declare_constant(Method::_hidden) \
|
||||
declare_constant(Method::_intrinsic_candidate) \
|
||||
declare_constant(Method::_reserved_stack_access) \
|
||||
\
|
||||
declare_constant(Method::nonvirtual_vtable_index) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue