Details
Description
For now, OIS and OOS use JNI stubs for accessing fields. It's bad for several reasons:
a. infers a lot of JNI calls
b. creates a lot of strings when looking up the field id.
This issue moves setField/getField functionality to more optimized API.
Attachments
Attachments
Issue Links
- is related to
-
HARMONY-5725 [drlvm][jit][opt][performance] Implement org.apache.harmony.misc.accessors.ObjectAccessor on magics
- Open