You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, the vendor is being correctly passed in via "--with-vendor-name" in the configure step, so I'm currently googling and poking through jdk8 code to try and figure out why it doesn't end up in the -version output like it does in jdk8 zLinux and jdk11 arm.
Edit: The "dev" and "master" branches of the arm-specific jdk8u source lack the code required to add the vendor name in this fashion. The multiplatform jdk8u code has this addition in the "dev" branch, but not the "master" branch, so I assume that the arm code base (both dev and master) is based off of the multiplatform's "master" code base, and that the change simply hasn't been ported yet.
What are you trying to do?
Run
java -version
on the JDK8/HotSpot builds on arm 320bitExpected behaviour:
To see
AdoptOpenJDK
in the output as per other platforms e.g. here is Linux/s390x's equivalent output:Observed behaviour:
No
AdoptOpenJDK
string:Any other comments:
The text was updated successfully, but these errors were encountered: