Updated EA implementing Value Classes and Objects
Remi Forax
forax at univ-mlv.fr
Thu Aug 1 16:32:45 UTC 2024
Hello,
on my mac (no problem on linux), it seems that doing a tar zxvf on openjdk-23-valhalla+1-90_macos-aarch64_bin.tar.gz move the folder jdk-23.jdk to quarantine ?
I had to remove it from the quarantine by hand:
xattr -d com.apple.quarantine ./jdk-23.jdk
regards,
Rémi
----- Original Message -----
> From: "daniel smith" <daniel.smith at oracle.com>
> To: "valhalla-spec-experts" <valhalla-spec-experts at openjdk.org>
> Sent: Wednesday, July 31, 2024 2:54:43 AM
> Subject: Updated EA implementing Value Classes and Objects
> We've published an updated EA that implements the Value Classes and Objects JEP.
> See the release notes for details:
>
> https://openjdk.org/projects/valhalla/early-access
>
> The core implementation is now aligned with all of the design changes we've
> worked on over the last couple of years, including tweaks to the modifiers and
> flags being used, shifting from Q types to standard nullable reference types,
> and adopting standard <init>-based construction. This is a significant
> milestone!
>
> Please note the disclaimer about performance: not all performance optimizations
> are active in this release, and it is not intended to be used as a reference
> point for benchmarking.
More information about the valhalla-spec-observers
mailing list