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

OpenJ9 boot jdk issue is not resolved #1907

Closed
archanaNogriya opened this issue Jun 18, 2020 · 2 comments
Closed

OpenJ9 boot jdk issue is not resolved #1907

archanaNogriya opened this issue Jun 18, 2020 · 2 comments
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
Milestone

Comments

@archanaNogriya
Copy link
Contributor

Platform:
jdk-linux-aarch64-openj9
jdk-linux-ppc64le-openj9
** jdk-linux-x64-openj9**
** jdk-windows-x64-openj9**

Architecture:

Please describe the issue that you are having with our binaries and if possible how to recreate it.

https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk/job/jdk-linux-aarch64-openj9/27/consoleFull

05:14:22 Running ddrgen to generate j9ddr.dat and superset.dat 05:15:51 Blob written to file: ../j9ddr.dat 05:15:51 Superset written to file: ../superset.dat 05:15:51 gmake[4]: Leaving directory '/home/jenkins/workspace/build-scripts/jobs/jdk/jdk-linux-aarch64-openj9/workspace/build/src/build/linux-aarch64-server-release/vm/ddr' 05:15:51 05:15:51 ERROR: Build failed for targets 'product-images legacy-jre-image test-image debug-image' in configuration 'linux-aarch64-server-release' (exit code 2) 05:15:51
Issue tackled in PR : #1890

after talking to @M-Davies ,It looks like it isn’t using an OpenJ9 boot jdk.

05:07:29  Tools summary:
05:07:29  * Boot JDK:       openjdk version "15" 2020-09-15 OpenJDK Runtime Environment AdoptOpenJDK (build 15+27-202006170324) OpenJDK 64-Bit Server VM AdoptOpenJDK (build 15+27-202006170324, mixed mode, sharing)  (at /usr/lib/jvm/jdk-15+27)
05:07:29  * Toolchain:      gcc (GNU Compiler Collection)
05:07:29  * C Compiler:     Version 7.5.0 (at /usr/local/gcc/bin/gcc-7.5)
05:07:29  * C++ Compiler:   Version 7.5.0 (at /usr/local/gcc/bin/g++-7.5)
@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 labels Jun 18, 2020
@M-Davies
Copy link

The problem here is that the initial change only sets an openj9 boot jdk on machines that don't have a valid boot jdk installed. The change isn't used for instances where we don't have to download a boot jdk. We would need to alter the inital setting of the boot jdk to cover this weakness too

@sxa
Copy link
Member

sxa commented Jun 19, 2020

We've disabled the use of the installed boot JDKs for now in the jenkins machine definitions but should look at re-enabling it later once OpenJ9 have the symbols defined in order to avoid having to have two boot JDKs of each level on the build machines.

@sxa sxa closed this as completed Jun 19, 2020
@karianna karianna added this to the June 2020 milestone Jun 20, 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 openj9 Issues that are enhancements or bugs raised against the OpenJ9 group
Projects
None yet
Development

No branches or pull requests

4 participants