Re: [OpenJDK 2D-Dev] RFR: 8261549: Adjust memory size in MTLTexurePool.m [v2]

2021-06-07 Thread Alexey Ushakov
> Used MTLDevice recommendedMaxWorkingSetSize property for optimal size of the > texture pool Alexey Ushakov has updated the pull request incrementally with one additional commit since the last revision: 8261549: Adjust memory size in MTLTexurePool.m Increased default pool size

Re: [OpenJDK 2D-Dev] RFR: 8261549: Adjust memory size in MTLTexurePool.m [v2]

2021-06-07 Thread Phil Race
On Mon, 7 Jun 2021 15:12:44 GMT, Alexey Ushakov wrote: >> Used MTLDevice recommendedMaxWorkingSetSize property for optimal size of the >> texture pool > > Alexey Ushakov has updated the pull request incrementally with one additional > commit since the last revision: > > 8261549: Adjust memor

Re: [OpenJDK 2D-Dev] RFR: 8261549: Adjust memory size in MTLTexurePool.m [v2]

2021-06-07 Thread Phil Race
On Mon, 7 Jun 2021 10:39:26 GMT, Alexey Ushakov wrote: >> src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/MTLTexurePool.m >> line 328: >> >>> 326: if (_maxPoolMemory < MAX_POOL_MEMORY) { >>> 327: _maxPoolMemory = MAX_POOL_MEMORY; >>> 328: } >> >> The Apple 5K retina is