Integrated: 8264792: The NumberFormat for locale sq_XK formats price incorrectly.

2021-08-09 Thread Naoto Sato
On Fri, 6 Aug 2021 16:39:34 GMT, Naoto Sato wrote: > Please review the fix to the subject issue. The root cause of this problem is > that the currency for the country code `XK` is undefined because the country > code is user-defined in the ISO 3166 standard. However, it is commonly used > to

Integrated: 8272113: Build compare script fails with differences in classlist

2021-08-09 Thread Ioi Lam
On Sat, 7 Aug 2021 07:25:01 GMT, Ioi Lam wrote: > The CDS classlist is generated with the `-XX:DumpLoadedClassList` option, > which writes the name of the classes as they are being loaded. Since class > loading order is affected by thread switching, the classes may appear in a >

Re: RFR: 8272113: Build compare script fails with differences in classlist

2021-08-09 Thread Ioi Lam
On Mon, 9 Aug 2021 08:14:44 GMT, Thomas Schatzl wrote: >> The CDS classlist is generated with the `-XX:DumpLoadedClassList` option, >> which writes the name of the classes as they are being loaded. Since class >> loading order is affected by thread switching, the classes may appear in a >>

Re: RFR: 8272113: Build compare script fails with differences in classlist

2021-08-09 Thread Harold Seigel
On Sat, 7 Aug 2021 07:25:01 GMT, Ioi Lam wrote: > The CDS classlist is generated with the `-XX:DumpLoadedClassList` option, > which writes the name of the classes as they are being loaded. Since class > loading order is affected by thread switching, the classes may appear in a >

Re: RFR: 8271148: static-libs-image target --with-native-debug-symbols=external doesn't produce debug info

2021-08-09 Thread Andrew John Hughes
On Thu, 22 Jul 2021 16:43:26 GMT, Severin Gehwolf wrote: > Hi! > > Please review this tiny patch which removes the special casing of > `--with-native-debug-symbols=external` for the static libs build. I don't see > why this is needed. If no debug symbols are wanted >

Re: RFR: 8272113: Build compare script fails with differences in classlist

2021-08-09 Thread Thomas Schatzl
On Sat, 7 Aug 2021 07:25:01 GMT, Ioi Lam wrote: > The CDS classlist is generated with the `-XX:DumpLoadedClassList` option, > which writes the name of the classes as they are being loaded. Since class > loading order is affected by thread switching, the classes may appear in a >