Open
Description
This is a tracking Issue for a JVM bug.
When the method:
com.dylibso.chicory.experimental.aot.AotMethods.memoryCopy
is inlined on some JVMs(like Temurin 17) a test is crashing.
The issue is demonstrated in: #839
changing the configuration of surefire
to disable the in-lining of the single method "fix" the problem:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<configuration>
<argLine>-XX:CompileCommand=dontinline,com/dylibso/chicory/wabt/Wat2WasmMachine$AotMethods.memoryCopy</argLine>
</configuration>
</plugin>
Metadata
Metadata
Assignees
Labels
No labels