8000 JVM issue with `memoryCopy` · Issue #843 · dylibso/chicory · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
JVM issue with memoryCopy #843
Open
Open
@andreaTP

Description

@andreaTP

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0