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 >> non

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 > non-determinis

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 > non-determinis

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

2021-08-07 Thread Ioi Lam
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 non-deterministic order. Previously, the build compare script would sor