RFR: 8304915: Create jdk.internal.util.Architecture enum and apply [v10]
Amit Kumar
amitkumar at openjdk.org
Wed Apr 12 03:47:43 UTC 2023
On Tue, 11 Apr 2023 18:07:41 GMT, Martin Doerr <mdoerr 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.
Martin, only concern was that I didn't have a good experience with `s390x` string in [past](https://github.com/openjdk/jdk/pull/13228#issuecomment-1488599607). But, I assume that `default` in `mapArchString` will unintentionally handle that scenario here. I tested it, and 'ArchTest.java' also passes.
I guess @RealLucy might have some pointer over this.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13357#issuecomment-1504542573
More information about the serviceability-dev
mailing list