RFR: 8304915: Create jdk.internal.util.Architecture enum and apply [v10]
Lutz Schmidt
lucy at openjdk.org
Wed Apr 12 11:32:43 UTC 2023
On Wed, 12 Apr 2023 03:44:45 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:
> Another remark: Old JDK on s390 used "os.arch = zArch_64", current one "os.arch = s390x". @offamitkumar: You probably want to take a look.
zArch_64 is not relevant/not used in the OpenJDK port to IBM System z. As noted elsewhere in the PR, it's the architecture name that was used in the initial, proprietary port by SAP. I found just one occurrence of the string in the head revision, and that was in test/lib/jdk/test/lib/Platform.java.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13357#issuecomment-1505110504
More information about the serviceability-dev
mailing list