JDK-8177390: java -version does not differentiate between which port of AArch64 is used

Bob Vandette bob.vandette at oracle.com
Fri Mar 24 15:15:13 UTC 2017


Do we dump the contents of the “release” file in the hotspot error log?

If so, there’s a key in that file called “IMPLEMENTOR” that is set to Oracle for the binaries that we produce (from the hotspot/src/cpu/arm sources).

Alternatively, we could add HOTSPOT_TARGET_CPU_PORT to the release file.

Bob.


> On Mar 24, 2017, at 9:30 AM, Mario Torre <neugens at redhat.com> wrote:
> 
> On Fri, Mar 24, 2017 at 2:25 AM, David Holmes <david.holmes at oracle.com> wrote:
>> It should be easy to change the output of -Xinternalversion - and that same
>> information would be in the hs-err log
> 
> This sounds reasonable, thanks for the suggestion.
> 
> Do you know if there's a way to get the value of internalversion from
> java itself, i.e. via a system property or something that I can query
> from within the application running the jvm?
> 
> Cheers,
> Mario



More information about the jdk9-dev mailing list