mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
6939224: MethodHandle.invokeGeneric needs to perform the correct set of conversions
Reviewed-by: never
This commit is contained in:
parent
7be7d19ba5
commit
52e3d262a1
17 changed files with 227 additions and 57 deletions
|
@ -516,6 +516,8 @@ class methodOopDesc : public oopDesc {
|
|||
static int method_data_offset_in_bytes() { return offset_of(methodOopDesc, _method_data); }
|
||||
static int interpreter_invocation_counter_offset_in_bytes()
|
||||
{ return offset_of(methodOopDesc, _interpreter_invocation_count); }
|
||||
static int intrinsic_id_offset_in_bytes() { return offset_of(methodOopDesc, _intrinsic_id); }
|
||||
static int intrinsic_id_size_in_bytes() { return sizeof(u1); }
|
||||
|
||||
// Static methods that are used to implement member methods where an exposed this pointer
|
||||
// is needed due to possible GCs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue