Open gabilang opened 1 year ago
How were those bytecodes in the JAR file generated? Was it a certain javac version or some other means? It looks like a very strange and possibly invalid bytecode pattern. Possibly a finally block that needs to rethrow an exception has the same target bci as some other regular execution.
This JAR contains bytecodes which are instrumented with ASM bytecode manipulation framework. Created this since, the jar (provided here is a simplified version) is running as expected with JVM and gives above error for native image build with GraalVm.
Getting following fatal error while building native image with the JAR added here