Valhalla - Where Are We? @ #JVMLS
Valhalla - Where Are We? @ #JVMLS
Project Valhalla Early-Access Builds:
https://jdk.java.net/valhalla/
Early Access Builds Release Notes:
https://openjdk.org/projects/valhalla/early-access
JEPs:
https://openjdk.org/jeps/401
https://openjdk.org/jeps/402
https://openjdk.org/jeps/8316779
https://openjdk.org/jeps/8303099
To try this on a little bit larger scale I need an IDE. Which one is the easiest to setup in this case? Normally I prefer eclipse, I expect that will be impossible.
@apete @openjdk Why is an IDE going to help? This is still so far from being released that no IDE is going to support it (and I'm not even sure that Maven will - *maybe* in a minimal project).
Your best bet is probably VSCode with semi-supported syntax highlighting (it'll still barf on "value" as a keyword) and either a build script (bash?) or *possibly* a minimal Maven.