Skip to content

Instantly share code, notes, and snippets.

@AnOpenSauceDev
Last active August 28, 2024 12:37
Show Gist options
  • Save AnOpenSauceDev/36719f1ed2770fa0094d6be618b137e3 to your computer and use it in GitHub Desktop.
Save AnOpenSauceDev/36719f1ed2770fa0094d6be618b137e3 to your computer and use it in GitHub Desktop.
List of JVM support for Faster Random's generator.

Known Working JVM's

These JVM's work perfectly with Faster Random on all versions that JEP 356 applies to.

The version denoted only confirms if a JDK version is known to work on the latest non-headless version of that JDK.

JDK Java 17 Java 21
GraalVM
OpenJDK
Microsoft JDK
Adoptium
Azul Zulu

Know a working/broken JDK? Comment what it is!

Headless JDK's tend to not bundle the random generators that Faster Random requires. Some variants of OpenJDK do not have this as well. If the LXM generators are not available, Faster Random will display a pop up, or silently crash.

@AnOpenSauceDev
Copy link
Author

Your JVM should support it, but this seems to be an issue with how loading works with the fork of PaperMC that you're using. Unless the issue also shows up with Faster Random on the latest fabric version (it won't crash, so you'll have to look for the warning in logs), this issue doesn't apply here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment