GraalVM Java 17 breaks some rendering
brucethemoose opened this issue ยท 1 comments
Constellations wont render when running GraalVM 22 Community Edition Java 17: https://github.com/graalvm/graalvm-ce-builds/releases
Or more specifically, they show up for a couple of seconds, then disappear:
Log from the session in those screenshots: https://mclo.gs/QHFOP0k
This doesn't happen in other Java distributions, and it doesn't happen in Java 8 version of GraalVM. I am testing on a RTX 2060, but this is apparently happening on other hardware/other environments as well: brucethemoose/Minecraft-Performance-Flags-Benchmarks#6 (comment)
Adding the -XX:-EnableJVMCI
flag (which disables the JVM Compiler Interface unique to this Java distribution) also fixes this issue.
... yep, this is an odd one.