Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AdoptOpenJDK 8 with OpenJ9 should mention AdoptOpenJDK in its version output #889

Open
breun opened this issue Feb 4, 2019 · 1 comment
Labels
bug Issues that are problems in the code as reported by the community help wanted Issues that need an extra hand helping out with them openj9 Issues that are enhancements or bugs raised against the OpenJ9 group

Comments

@breun
Copy link

breun commented Feb 4, 2019

All AdoptOpenJDK builds for macOS mention “AdoptOpenJDK” in the output of java -version, except for AdoptOpenJDK 8 with OpenJ9:

$ /Library/Java/JavaVirtualMachines/openjdk8-openj9/Contents/Home/bin/java -version
openjdk version "1.8.0_202"
OpenJDK Runtime Environment (build 1.8.0_202-b08)
Eclipse OpenJ9 VM (build openj9-0.12.0, JRE 1.8.0 Mac OS X amd64-64-Bit Compressed References 20190130_136 (JIT enabled, AOT enabled)
OpenJ9   - 04890c300
OMR      - d2f4534b
JCL      - 6501440d7a based on jdk8u202-b08)

Compare for instance with AdoptOpenJDK 11 with OpenJ9:

$ /Library/Java/JavaVirtualMachines/openjdk11-openj9/Contents/Home/bin/java -version
openjdk version "11.0.2" 2019-01-15
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.2+9)
Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.12.0, JRE 11 Mac OS X amd64-64-Bit Compressed References 20190130_114 (JIT enabled, AOT enabled)
OpenJ9   - 04890c300
OMR      - d2f4534b
JCL      - 50b45cd160 based on jdk-11.0.2+8)
@karianna karianna added the bug Issues that are problems in the code as reported by the community label Feb 4, 2019
@karianna karianna added this to the February 2019 milestone Feb 4, 2019
@karianna karianna modified the milestones: February 2019, March 2019 Mar 2, 2019
@karianna karianna modified the milestones: March 2019, April 2019 Apr 1, 2019
@karianna karianna modified the milestones: April 2019, May 2019 May 1, 2019
@karianna karianna modified the milestones: May 2019, June 2019 Jun 3, 2019
@karianna karianna modified the milestones: June 2019, July 2019 Jul 5, 2019
@M-Davies
Copy link
Contributor

Just as an update on this, all JDK8/J9 builds do this. E.g:

openjdk version "1.8.0_262"
OpenJDK Runtime Environment (build 1.8.0_262-202005171757-b02)
Eclipse OpenJ9 VM (build master-2d9d45a87, JRE 1.8.0 Windows Server 2012 R2 amd64-64-Bit Compressed References 20200517_691 (JIT enabled, AOT enabled)
OpenJ9   - 2d9d45a87
OMR      - 92e2fea39
JCL      - 4dcdf539 based on jdk8u262-b02)
openjdk version "1.8.0_262"
OpenJDK Runtime Environment (build 1.8.0_262-202005171709-b02)
Eclipse OpenJ9 VM (build master-2d9d45a87, JRE 1.8.0 Linux amd64-64-Bit Compressed References 20200517_642 (JIT enabled, AOT enabled)
OpenJ9   - 2d9d45a87
OMR      - 92e2fea39
JCL      - 4dcdf539 based on jdk8u262-b02)

@karianna karianna added the help wanted Issues that need an extra hand helping out with them label May 23, 2020
austin0 added a commit to austin0/openjdk-build that referenced this issue Sep 1, 2020
Added heap size to release file

Added IMPLEMENTOR to release file

Fixes: adoptium#889

Signed-off-by: Austin Bailey <Austin.Bailey@ibm.com>
@M-Davies M-Davies added the openj9 Issues that are enhancements or bugs raised against the OpenJ9 group label Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that are problems in the code as reported by the community help wanted Issues that need an extra hand helping out with them openj9 Issues that are enhancements or bugs raised against the OpenJ9 group
Projects
Status: Todo
Development

No branches or pull requests

4 participants