mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6998541: JSR 292 implement missing return-type conversion for OP_RETYPE_RAW
Reviewed-by: jrose, kvn, never
This commit is contained in:
parent
3327033b50
commit
db9005f0d3
10 changed files with 355 additions and 197 deletions
|
@ -698,6 +698,8 @@ class MethodHandles: AllStatic {
|
|||
KlassHandle receiver_klass,
|
||||
TRAPS);
|
||||
|
||||
public:
|
||||
static bool is_float_fixed_reinterpretation_cast(BasicType src, BasicType dst);
|
||||
static bool same_basic_type_for_arguments(BasicType src, BasicType dst,
|
||||
bool raw = false,
|
||||
bool for_return = false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue