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