Details
-
Bug
-
Resolution: Fixed
-
P4
-
15
-
b11
Description
jvmci code installer currently ignores method handle invoke and always passes is_method_handle_invoke=false when describing scope. Thus, Graal forces inlining everything or nothing upon a method handle invocation, which may violate compile commands. This ticket will lift such restriction by considering method handle invoke when describing scopes.
Attachments
Issue Links
- relates to
-
JDK-8252058 [JVMCI] Rework setting is_method_handle_invoke flag in jvmciCodeInstaller
- Resolved
-
JDK-8251369 [JVMCI] Backout 8246347 changes
- Closed