Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142714 | emb-9 | Yumin Qi | P3 | Resolved | Fixed | team |
method_size() can be recoded as pseudo code: sizeof(Method)/wordSize + is_native() ? 2 : 0; The field is leftover when there were bytecodes in Method*.
This change is necessary to undo the 4-byte increase of Method footprint on 32-bit platforms byJDK-8135085
There's no impact on 64-bit VMs.
This change is necessary to undo the 4-byte increase of Method footprint on 32-bit platforms by
There's no impact on 64-bit VMs.
- backported by
-
JDK-8142714 Remove Method::_method_size field
-
- Resolved
-
- relates to
-
JDK-8135085 Change Method::_intrinsic_id from u1 to u2
-
- Resolved
-