You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible since JDK 9 to get a more optimized JDK and runner generated with the various jxxx tools. This should be doable and provide a small benefit, perhaps as the basis of a Brew tap.
This video shows how: https://www.youtube.com/watch?v=3UCBmdbeYm4
The text was updated successfully, but these errors were encountered:
This is blocked by Scala libraries which make use of sun.misc.Unsafe which lives outside the JDK 9 module system and therefore prevents execution of a reduce-by-jlink JDK (java.base only) because it throws a ClassNotFound exception. Consequently this needs to be on hold until scala/scala3#9013 is fixed
It is possible since JDK 9 to get a more optimized JDK and runner generated with the various jxxx tools. This should be doable and provide a small benefit, perhaps as the basis of a Brew tap.
This video shows how:
https://www.youtube.com/watch?v=3UCBmdbeYm4
The text was updated successfully, but these errors were encountered: