OpenJDK Updates Project Builds

Severin Gehwolf sgehwolf at redhat.com
Mon May 20 08:59:13 UTC 2019


On Mon, 2019-05-20 at 09:52 +0100, Andrew Haley wrote:
> > --with-milestone=ea gives me this in version output for a hypothetical
> > 8u222-b00:
> > 
> > $ ./bin/java -version
> > openjdk version "1.8.0_8u222-ea"
> > OpenJDK Runtime Environment (build 1.8.0_8u222-ea-b00)
> > OpenJDK 64-Bit Server VM (build 25.8u222-b00, mixed mode)
> > 
> > If that seems OK to people, then I'll incorporate that for future EA
> > builds.
> 
> That sounds right.

Great! JDK 8u builds[1] do that since 8u222-b01:

$ ./openjdk-8u222-b02/bin/java -version
openjdk version "1.8.0_222-ea"
OpenJDK Runtime Environment (build 1.8.0_222-ea-b02)
OpenJDK 64-Bit Server VM (build 25.222-b02, mixed mode)

Thanks,
Severin

[1] https://adoptopenjdk.net/upstream.html



More information about the jdk8u-dev mailing list