Valhalla - Where Are We? #JVMLS – Inside.java

Presented by Brian Goetz - Java Language Architect (Java Platform Group - Oracle) during the JVM Language Summit (August 2024 - Santa Clara, CA).

Valhalla Early-Access Builds

@openjdk

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.