Closed skbeh closed 3 years ago
This looks like vectorization using an instruction (VPBROADCASTQ) that is not supported on your CPU. @gergo- it seems like we're missing a CPU feature guard somewhere in the vectorizer. This is the method being compiled: https://github.com/NoCheatPlus/NoCheatPlus/blob/f7b2c017fd66838ed2542fba483d7268ff01c2cf/NCPCore/src/main/java/fr/neatmonster/nocheatplus/utilities/location/LocUtil.java#L290
@skbeh as a workaround, adding -Dgraal.Vectorization=false
to the JVM command line should work.
Thank you for this excellent bug report, @skbeh . I'm testing a fix that should become part of the GraalVM 21.3 release (tracking internally as GR-33174).
The fix for this has been merged and will be part of GraalVM 21.3. I'll close this issue now, please reopen if needed after testing the next release. Thank you again for this bug report, @skbeh .
Describe the issue I am running a Minecraft server with Graalvm EE. After upgrade to GraalVM EE 21.2.0.1 from 21.1.0, the server crashes randomly when there is/are players in the server.
Steps to reproduce the issue
java -jar TacoSpigot.jar
Describe GraalVM and your environment:
More details The source code where the error occurs
The issue seems also occurs with Java 16 Graalvm EE 21.2.0.1.