[ https://issues.apache.org/jira/browse/HARMONY-6610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899214#action_12899214 ] Hudson commented on HARMONY-6610: --------------------------------- Integrated in Harmony-select-1.5-head-linux-x86_64 #95 (See [https://hudson.apache.org/hudson/job/Harmony-select-1.5-head-linux-x86_64/95/]) Applying patch from "[#HARMONY-6610] reset bitOffset in the ImageInputStreamImpl.reset()". > reset bitOffset in the ImageInputStreamImpl.reset() > --------------------------------------------------- > > Key: HARMONY-6610 > URL: https://issues.apache.org/jira/browse/HARMONY-6610 > Project: Harmony > Issue Type: Sub-task > Components: Classlib > Reporter: Lang Yang > Assignee: Mark Hindess > Attachments: HARMONY-6610.diff > > > Spec - http://download.oracle.com/javase/1.4.2/docs/api/javax/imageio/stream/ImageInputStreamImpl.html#reset() > The current implementation leaves bitOffset unchanged when reset() method is being called. > In order to mark and reset bitOffset value, I have created a OffsetStack. Push bitOffset value to the stack when mark() is called. Pop bitOffset value from the stack when the reset() is called. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.