oracle.aurora.zephyr.util.JITCompileException: class java.lang.ArrayIndexOutOfBoundsException:null
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 551675, 1 year ago
via hivmr.com by Unknown author, 2 years ago
java.lang.ArrayIndexOutOfBoundsException:
at java.util.Vector.addElement(Vector.java:582)
at java.util.Stack.push(Stack.java:44)
at oracle.aurora.zephyr.bytecode.ByteCodeToMIR.push(ByteCodeToMIR.java:403)
at oracle.aurora.zephyr.bytecode.ByteCodeToMIR.pushRef(ByteCodeToMIR.java:406)
at oracle.aurora.zephyr.bytecode.ByteCodeToMIR.translateBasicBlock(ByteCodeToMIR.java:1822)
at oracle.aurora.zephyr.bytecode.ByteCodeToMIR.translateMethod(ByteCodeToMIR.java:824)
at oracle.aurora.zephyr.bytecode.ByteCodeToMIR.translateMethod(ByteCodeToMIR.java:4633)
at oracle.aurora.zephyr.JITDriver.jitMethod(JITDriver.java:125)
at oracle.aurora.zephyr.JITDriver.jitMethod(JITDriver.java:71)
at oracle.aurora.vm.OracleRuntime.jitOneMethod(Native Method)
at oracle.aurora.vm.OracleRuntime.jitSomeMethods(OracleRuntime.java:758)