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

Incomplete backport of https://github.com/oracle/graal/pull/3329/ to release/graal-vm/20.3 #3591

Closed
zakkak opened this issue Jul 15, 2021 · 3 comments
Assignees

Comments

@zakkak
Copy link
Collaborator

zakkak commented Jul 15, 2021

Describe the issue
It looks like 4608618 was left out when backporting #3329 to branch release/graal-vm/20.3

This results in the Native image bash launcher printing:

dev (Java Version 1.0.12+5-jvmci-20.3-b17)

instead of

native-image dev Java 11 CE (Java Version 1.0.12+5-jvmci-20.3-b17)

Steps to reproduce the issue

git clone --depth 1 --branch release/graal-vm/20.3  [email protected]:oracle/graal.git
cd graal
mx --primary-suite-path substratevm --components='Native Image' build 
./sdk/latest_graalvm_home/bin/native-image --version

Describe GraalVM and your environment:

  • GraalVM version: dbf1542
  • JDK major version: 11
  • OS: Fedora 34
  • Architecture: AMD64
@zakkak
Copy link
Collaborator Author

zakkak commented Jul 15, 2021

@marwan-hallaoui can you please have a look? (For some reason I can't assign this to you)

@marwan-hallaoui
Copy link
Contributor

@zakkak in fact the requested changes are not yet backported to branch release/graal-vm/20.3, I created a task to do so the fix will be available for 20.3.4.
Thanks

@munishchouhan munishchouhan assigned olpaw and marwan-hallaoui and unassigned olpaw Jul 19, 2021
@zakkak
Copy link
Collaborator Author

zakkak commented Jan 20, 2022

This has been merge in 20.3.4 (see dd88f05)

@zakkak zakkak closed this as completed Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants