Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

i got java.lang.arrayindexoutboundsexception null when use ibm jdk #175

Open
thineagle opened this issue Jan 6, 2020 · 1 comment
Open

Comments

@thineagle
Copy link

thineagle commented Jan 6, 2020

I've got java.lang.ArrayIndexOutOfBoundsException: null exception in my application two times in different code, both of them happened at list.get() method.
CopyOnWriteArrayList.java:399
ArrayList.java:474
i am sure my array index is right.

the jdk version is
java version "1.8.0_211" Java(TM) SE Runtime Environment (build 8.0.5.36 - pxz6480sr5fp36-20190510_01(SR5 FP36)) IBM J9 VM (build 2.9, JRE 1.8.0 Linux s390x-64-Bit Compressed References 20190502_415899 (JIT enabled, AOT enabled) OpenJ9   - 46e57f9 OMR      - 06a046a IBM      - 0b909bf) JCL - 20190409_01 based on Oracle jdk8u211-b25

when i use sun jdk it have no problem.

@gaoyn-cn
Copy link

hi, i got the exactly same issue as yours. i have some doubt on jdk, but no response from ibm.
do you have got any fix ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants