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

Bug with RELEASE file for x86 version of OpenJ9 #2412

Closed
tushev opened this issue Jan 20, 2021 · 3 comments · Fixed by #2413
Closed

Bug with RELEASE file for x86 version of OpenJ9 #2412

tushev opened this issue Jan 20, 2021 · 3 comments · Fixed by #2413
Assignees
Labels
bug Issues that are problems in the code as reported by the community openj9 Issues that are enhancements or bugs raised against the OpenJ9 group windows Issues that affect or relate to the WINDOWS OS
Milestone

Comments

@tushev
Copy link

tushev commented Jan 20, 2021

Hello!
Maybe all these my reports are a bit annoying, ...

But there is another bug with release file.
For x86 version of OpenJ9 variant, it contains HEAP_SIZE="Large" , while x86 version has only normal heap.

Probably this is a minor bug in #2049 (?? not sure).
I also did the very same error in my updater in the past - because presence of bin/default dir for openj9-x64 means large heap, but in the same time for openj9-x86 it means normal heap.


Original report: tushev/aojdk-updatewatcher/issues/8

Contents of release file for OpenJDK8U-jre_x86-32_windows_openj9_8u275b01_openj9-0.23.0:

JAVA_VERSION="1.8.0_275"
OS_NAME="Windows"
OS_VERSION="5.1"
OS_ARCH="i586"
SOURCE=" .:OpenJDK: b52d2ff7ee:OpenJ9: 0394ef754:OMR: 582366ae5:"
IMPLEMENTOR="AdoptOpenJDK"
BUILD_SOURCE="git:5ba48d95"
FULL_VERSION="1.8.0_275-b01"
SEMANTIC_VERSION=""
BUILD_INFO="OS: Windows Server 2012 R2 Version: 6.3"
JVM_VARIANT="Openj9"
JVM_VERSION="openj9-0.23.0"
HEAP_SIZE="Large"
IMAGE_TYPE="JRE"
@tushev
Copy link
Author

tushev commented Jan 20, 2021

And just noticed that SEMANTIC_VERSION="" as well.

@tonibony
Copy link

And again, the contents of release file for the newer release OpenJDK8U-jdk_x86-32_windows_openj9_8u282b08_openj9-0.24.0:

JAVA_VERSION="1.8.0_282"
OS_NAME="Windows"
OS_VERSION="5.1"
OS_ARCH="i586"
SOURCE="OpenJDK:ab07c6a8fd OpenJ9:345e1b09e OMR:741e94ea8"
IMPLEMENTOR="AdoptOpenJDK"
BUILD_SOURCE="git:10223734"
FULL_VERSION="1.8.0_282-b08"
SEMANTIC_VERSION="8.0.282+8"
BUILD_INFO="OS: Windows Server 2012 R2 Version: 6.3"
JVM_VARIANT="Openj9"
JVM_VERSION="openj9-0.24.0"
HEAP_SIZE="Large"
IMAGE_TYPE="JDK"

@aahlenst aahlenst transferred this issue from adoptium/adoptium-support Jan 27, 2021
@aahlenst
Copy link
Contributor

@austin0 agreed to have a look, thanks.

@M-Davies M-Davies added bug Issues that are problems in the code as reported by the community openj9 Issues that are enhancements or bugs raised against the OpenJ9 group windows Issues that affect or relate to the WINDOWS OS labels Jan 27, 2021
@karianna karianna added this to the February 2021 milestone Feb 4, 2021
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 openj9 Issues that are enhancements or bugs raised against the OpenJ9 group windows Issues that affect or relate to the WINDOWS OS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants