Re: RFR: 8261036: Reduce classes loaded by CleanerFactory initialization [v4]

2021-02-03 Thread Claes Redestad
> This patch refactors CleanerFactory and InnocuousThread so that we need to > load fewer PrivilegedActions. This slightly reduce the number of classes we > always load on bootstrap, slightly reducing static and dynamic footprint > (default CDS archive -4Kb). Claes Redestad has updated the pull

Re: RFR: 8261036: Reduce classes loaded by CleanerFactory initialization [v3]

2021-02-03 Thread Roger Riggs
On Wed, 3 Feb 2021 16:11:08 GMT, Claes Redestad wrote: >> This patch refactors CleanerFactory and InnocuousThread so that we need to >> load fewer PrivilegedActions. This slightly reduce the number of classes we >> always load on bootstrap, slightly reducing static and dynamic footprint >> (de

Re: RFR: 8261036: Reduce classes loaded by CleanerFactory initialization [v3]

2021-02-03 Thread Claes Redestad
> This patch refactors CleanerFactory and InnocuousThread so that we need to > load fewer PrivilegedActions. This slightly reduce the number of classes we > always load on bootstrap, slightly reducing static and dynamic footprint > (default CDS archive -4Kb). Claes Redestad has updated the pull

Re: RFR: 8261036: Reduce classes loaded by CleanerFactory initialization [v2]

2021-02-03 Thread Claes Redestad
> This patch refactors CleanerFactory and InnocuousThread so that we need to > load fewer PrivilegedActions. This slightly reduce the number of classes we > always load on bootstrap, slightly reducing static and dynamic footprint > (default CDS archive -4Kb). Claes Redestad has updated the pull

RFR: 8261036: Reduce classes loaded by CleanerFactory initialization

2021-02-03 Thread Claes Redestad
This patch refactors CleanerFactory and InnocuousThread so that we need to load fewer PrivilegedActions. This slightly reduce the number of classes we always load on bootstrap, slightly reducing static and dynamic footprint (default CDS archive -4Kb). - Commit messages: - Reduce c