You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 8192
at com.alibaba.fastjson2.JSONWriterUTF16.writeFloat(JSONWriterUTF16.java:1198)
at com.alibaba.fastjson2.writer.ObjectWriterImplFloatValueArray.write(ObjectWriterImplFloatValueArray.java:26)
at com.alibaba.fastjson2.writer.ObjectWriterImplMap.write(ObjectWriterImplMap.java:459)
at com.alibaba.fastjson2.JSON.toJSONString(JSON.java:2010)
问题描述
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 8192
at com.alibaba.fastjson2.JSONWriterUTF16.writeFloat(JSONWriterUTF16.java:1198)
at com.alibaba.fastjson2.writer.ObjectWriterImplFloatValueArray.write(ObjectWriterImplFloatValueArray.java:26)
at com.alibaba.fastjson2.writer.ObjectWriterImplMap.write(ObjectWriterImplMap.java:459)
at com.alibaba.fastjson2.JSON.toJSONString(JSON.java:2010)
环境信息
重现步骤
ArrayIndexOutOfBoundsException
错误期待的正确结果
相关日志输出
附加信息
大体应该是扩容那边缺少了当前偏移量off参与计算
The text was updated successfully, but these errors were encountered: