-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Standalone compilation is broken for JDK21 during autogen phase with DYNAMIC_COMPILE=true #482
Comments
When switching DYNAMIC_COMPILE=false and running from the v0.9.9-release branch to compile OPENJ9_BRANCH=v0.41.0-release functional test material, there is a separate compilation failure (issue raised here: |
I've tried aqa-tests master with Microsoft jdk21 https://aka.ms/download-jdk/microsoft-jdk-21.0.1-macOS-aarch64.tar.gz locally. Can't reproduce it with DYNAMIC_COMPILE=none. |
Closing as will not address in the v0.9.9-release branch. |
Error summary:
cannot find the following tests: compile
Failure when attempting to run local testing via command-line, fails to find the
compile
target:This was reported against a case where BUILD_LIST=functional, but has been reproduced with BUILD_LIST=openjdk also.
USE_TESTENV_PROPERTIES=true
BUILD_LIST=functional
JDK_VERSION=21
DYNAMIC_COMPILE=true
TARGET=sanity.functional
JDK_IMPL=hotspot
were the settings this was first reported on.
Appears related to DYNAMIC_COMPILE=true setting.
The text was updated successfully, but these errors were encountered: