Re: RFR: 8308452: Extend internal Architecture enum with byte order and address size [v7]

2023-06-27 Thread Amit Kumar
On Mon, 26 Jun 2023 14:57:11 GMT, Roger Riggs wrote: >> The internal enum jdk.internal.util.Architecture does not provide >> information about the big or little endianness or the address size (64 or 32 >> bits). The endian-ness and address size are intrinsic to the architecture. >> >> The val

Re: RFR: 8308452: Extend internal Architecture enum with byte order and address size [v7]

2023-06-27 Thread Martin Doerr
On Mon, 26 Jun 2023 14:57:11 GMT, Roger Riggs wrote: >> The internal enum jdk.internal.util.Architecture does not provide >> information about the big or little endianness or the address size (64 or 32 >> bits). The endian-ness and address size are intrinsic to the architecture. >> >> The val

Re: RFR: 8308452: Extend internal Architecture enum with byte order and address size [v7]

2023-06-26 Thread Mandy Chung
On Mon, 26 Jun 2023 14:57:11 GMT, Roger Riggs wrote: >> The internal enum jdk.internal.util.Architecture does not provide >> information about the big or little endianness or the address size (64 or 32 >> bits). The endian-ness and address size are intrinsic to the architecture. >> >> The val

Re: RFR: 8308452: Extend internal Architecture enum with byte order and address size [v6]

2023-06-26 Thread Roger Riggs
On Thu, 22 Jun 2023 19:24:37 GMT, Roger Riggs wrote: >> The internal enum jdk.internal.util.Architecture does not provide >> information about the big or little endianness or the address size (64 or 32 >> bits). The endian-ness and address size are intrinsic to the architecture. >> >> The val

Re: RFR: 8308452: Extend internal Architecture enum with byte order and address size [v7]

2023-06-26 Thread Roger Riggs
> The internal enum jdk.internal.util.Architecture does not provide information > about the big or little endianness or the address size (64 or 32 bits). The > endian-ness and address size are intrinsic to the architecture. > > The values of the enum are extended to separately identify the big

Re: RFR: 8308452: Extend internal Architecture enum with byte order and address size [v6]

2023-06-26 Thread Jaikiran Pai
On Thu, 22 Jun 2023 19:24:37 GMT, Roger Riggs wrote: >> The internal enum jdk.internal.util.Architecture does not provide >> information about the big or little endianness or the address size (64 or 32 >> bits). The endian-ness and address size are intrinsic to the architecture. >> >> The val

Re: RFR: 8308452: Extend internal Architecture enum with byte order and address size [v6]

2023-06-26 Thread Jaikiran Pai
On Thu, 22 Jun 2023 19:24:37 GMT, Roger Riggs wrote: >> The internal enum jdk.internal.util.Architecture does not provide >> information about the big or little endianness or the address size (64 or 32 >> bits). The endian-ness and address size are intrinsic to the architecture. >> >> The val

Re: RFR: 8308452: Extend internal Architecture enum with byte order and address size [v6]

2023-06-22 Thread Roger Riggs
> The internal enum jdk.internal.util.Architecture does not provide information > about the big or little endianness or the address size (64 or 32 bits). The > endian-ness and address size are intrinsic to the architecture. > > The values of the enum are extended to separately identify the big

Re: RFR: 8308452: Extend internal Architecture enum with byte order and address size [v5]

2023-06-16 Thread Roger Riggs
> The internal enum jdk.internal.util.Architecture does not provide information > about the big or little endianness or the address size (64 or 32 bits). The > endian-ness and address size are intrinsic to the architecture. > > The values of the enum are extended to separately identify the big

Re: RFR: 8308452: Extend internal Architecture enum with byte order and address size [v4]

2023-06-01 Thread Martin Doerr
On Wed, 31 May 2023 18:25:18 GMT, Roger Riggs wrote: >> The internal enum jdk.internal.util.Architecture does not provide >> information about the big or little endianness or the address size (64 or 32 >> bits). The endian-ness and address size are intrinsic to the architecture. >> >> The val

Re: RFR: 8308452: Extend internal Architecture enum with byte order and address size [v4]

2023-05-31 Thread Roger Riggs
> The internal enum jdk.internal.util.Architecture does not provide information > about the big or little endianness or the address size (64 or 32 bits). The > endian-ness and address size are intrinsic to the architecture. > > The values of the enum are extended to separately identify the big

Re: RFR: 8308452: Extend internal Architecture enum with byte order and address size [v3]

2023-05-31 Thread Naoto Sato
On Wed, 31 May 2023 14:08:09 GMT, Roger Riggs wrote: >> The internal enum jdk.internal.util.Architecture does not provide >> information about the big or little endianness or the address size (64 or 32 >> bits). The endian-ness and address size are intrinsic to the architecture. >> >> The val

Re: RFR: 8308452: Extend internal Architecture enum with byte order and address size [v3]

2023-05-31 Thread Roger Riggs
> The internal enum jdk.internal.util.Architecture does not provide information > about the big or little endianness or the address size (64 or 32 bits). The > endian-ness and address size are intrinsic to the architecture. > > The values of the enum are extended to separately identify the big

Re: RFR: 8308452: Extend internal Architecture enum with byte order and address size [v2]

2023-05-30 Thread Roger Riggs
On Tue, 30 May 2023 13:02:52 GMT, Martin Doerr 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 t

Re: RFR: 8308452: Extend internal Architecture enum with byte order and address size [v2]

2023-05-30 Thread Martin Doerr
On Fri, 26 May 2023 15:45:24 GMT, Roger Riggs wrote: >> The internal enum jdk.internal.util.Architecture does not provide >> information about the big or little endianness or the address size (64 or 32 >> bits). The endian-ness and address size are intrinsic to the architecture. >> >> The val

Re: RFR: 8308452: Extend internal Architecture enum with byte order and address size [v2]

2023-05-26 Thread Roger Riggs
On Wed, 24 May 2023 16:26:28 GMT, Alan Bateman wrote: >> Roger Riggs has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Review suggestions > > src/java.base/share/classes/jdk/internal/util/OperatingSystem.java line 140: > >> 138: */ >

Re: RFR: 8308452: Extend internal Architecture enum with byte order and address size [v2]

2023-05-26 Thread Roger Riggs
> The internal enum jdk.internal.util.Architecture does not provide information > about the big or little endianness or the address size (64 or 32 bits). The > endian-ness and address size are intrinsic to the architecture. > > The values of the enum are extended to separately identify the big

Re: RFR: 8308452: Extend internal Architecture enum with byte order and address size

2023-05-24 Thread Martin Doerr
On Fri, 19 May 2023 19:19:40 GMT, Roger Riggs wrote: > The internal enum jdk.internal.util.Architecture does not provide information > about the big or little endianness or the address size (64 or 32 bits). The > endian-ness and address size are intrinsic to the architecture. > > The values o

Re: RFR: 8308452: Extend internal Architecture enum with byte order and address size

2023-05-24 Thread Alan Bateman
On Fri, 19 May 2023 19:19:40 GMT, Roger Riggs wrote: > The internal enum jdk.internal.util.Architecture does not provide information > about the big or little endianness or the address size (64 or 32 bits). The > endian-ness and address size are intrinsic to the architecture. > > The values o

RFR: 8308452: Extend internal Architecture enum with byte order and address size

2023-05-24 Thread Roger Riggs
The internal enum jdk.internal.util.Architecture does not provide information about the big or little endianness or the address size (64 or 32 bits). The endian-ness and address size are intrinsic to the architecture. The values of the enum are extended to separately identify the big endian and

Re: RFR: 8308452: Extend internal Architecture enum with byte order and address size

2023-05-24 Thread Martin Doerr
On Fri, 19 May 2023 19:19:40 GMT, Roger Riggs wrote: > The internal enum jdk.internal.util.Architecture does not provide information > about the big or little endianness or the address size (64 or 32 bits). The > endian-ness and address size are intrinsic to the architecture. > > The values o