JVM issue with `memoryCopy`
Open
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
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:
```xml
org.apache.maven.plugins
maven-surefire-plugin
${maven-surefire-plugin.version}
-XX:CompileCommand=dontinline,com/dylibso/chicory/wabt/Wat2WasmMachine$AotMethods.memoryCopy
```
Contributor guide
Assessment
This issue has not been assessed yet.