[ https://issues.apache.org/jira/browse/HARMONY-5722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12588578#action_12588578 ] Aleksey Shipilev commented on HARMONY-5722: ------------------------------------------- Next: moving OOS to Reflection API. > [classlib][luni][performance] ObjectInputStream can use Reflection API for setting fields > ----------------------------------------------------------------------------------------- > > Key: HARMONY-5722 > URL: https://issues.apache.org/jira/browse/HARMONY-5722 > Project: Harmony > Issue Type: Improvement > Reporter: Aleksey Shipilev > Attachments: cl-ois-readfieldvalues-rc1.patch > > > For now, OIS.readFieldValues uses JNI 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 functionality to Reflection API. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.