RFR: 8308452: Extend internal Architecture enum with byte order and address size [v2]
Roger Riggs
rriggs at openjdk.org
Tue May 30 17:06:05 UTC 2023
On Tue, 30 May 2023 13:02:52 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> Do you happen to know why Architecture.current() misses the "le"?
@TheRealMDoerr The makefile that does the substitution (in GensrcMisc.gmk) for the OPENJDK_TARGET_CPU is using the _CANONICAL form of the architecture (that maps ppc64le to ppc64).
I'll work up a fix; note that we do want the canonical form for s390x and amd/x86_64.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14063#issuecomment-1568776504
More information about the core-libs-dev
mailing list