Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
IINC isn't wide unless the index is > MAX_SHORT or increment is > Byte.MAX_BYTE.
but the jvm spec says that for non-wide iinc, index is an unsigned byte. the
attached patch fixes my problem.