Re: RFR: 8314986: Module readability resolution is slow with large numbers of automatic modules

2023-10-26 Thread Alan Bateman
On Tue, 26 Sep 2023 14:57:58 GMT, Alan Bateman wrote: >> Fixes the issue (hopefully) by resolving automatic modules and automatic >> module dependencies after propagation of non-automatic transitive >> dependencies. The module tests run. >> >> I also added a few asserts to validate that the au

Re: RFR: 8314986: Module readability resolution is slow with large numbers of automatic modules

2023-10-26 Thread Technici4n
On Tue, 26 Sep 2023 14:57:58 GMT, Alan Bateman wrote: >> Fixes the issue (hopefully) by resolving automatic modules and automatic >> module dependencies after propagation of non-automatic transitive >> dependencies. The module tests run. >> >> I also added a few asserts to validate that the au

Re: RFR: 8314986: Module readability resolution is slow with large numbers of automatic modules

2023-09-27 Thread Technici4n
On Tue, 26 Sep 2023 14:54:37 GMT, Chen Liang wrote: >> Fixes the issue (hopefully) by resolving automatic modules and automatic >> module dependencies after propagation of non-automatic transitive >> dependencies. The module tests run. >> >> I also added a few asserts to validate that the auto

Re: RFR: 8314986: Module readability resolution is slow with large numbers of automatic modules

2023-09-26 Thread Technici4n
On Tue, 26 Sep 2023 14:19:55 GMT, Technici4n wrote: > Fixes the issue (hopefully) by resolving automatic modules and automatic > module dependencies after propagation of non-automatic transitive > dependencies. The module tests run. > > I also added a few asserts to validate that the automatic

Re: RFR: 8314986: Module readability resolution is slow with large numbers of automatic modules

2023-09-26 Thread Chen Liang
On Tue, 26 Sep 2023 14:19:55 GMT, Technici4n wrote: > Fixes the issue (hopefully) by resolving automatic modules and automatic > module dependencies after propagation of non-automatic transitive > dependencies. The module tests run. > > I also added a few asserts to validate that the automatic

Re: RFR: 8314986: Module readability resolution is slow with large numbers of automatic modules

2023-09-26 Thread Alan Bateman
On Tue, 26 Sep 2023 14:19:55 GMT, Technici4n wrote: > Fixes the issue (hopefully) by resolving automatic modules and automatic > module dependencies after propagation of non-automatic transitive > dependencies. The module tests run. > > I also added a few asserts to validate that the automatic

RFR: 8314986: Module readability resolution is slow with large numbers of automatic modules

2023-09-26 Thread Technici4n
Fixes the issue (hopefully) by resolving automatic modules and automatic module dependencies after propagation of non-automatic transitive dependencies. The module tests run. I also added a few asserts to validate that the automatic modules don't read themselves (previously this was the case wi