mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
7192406: JSR 292: C2 needs exact return type information for invokedynamic and invokehandle call sites
Reviewed-by: kvn
This commit is contained in:
parent
447e7065d2
commit
40c1bd4242
12 changed files with 164 additions and 181 deletions
|
@ -346,7 +346,7 @@ class GraphBuilder VALUE_OBJ_CLASS_SPEC {
|
|||
const char* should_not_inline(ciMethod* callee) const;
|
||||
|
||||
// JSR 292 support
|
||||
bool for_method_handle_inline(ciMethod* callee);
|
||||
bool try_method_handle_inline(ciMethod* callee);
|
||||
|
||||
// helpers
|
||||
void inline_bailout(const char* msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue