Loading... (original) (raw)
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 by
There's no impact on 64-bit VMs.