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

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

2021-06-07 Thread Alexey Ushakov
On Sat, 5 Jun 2021 23:46:12 GMT, Phil Race wrote: >> Used MTLDevice recommendedMaxWorkingSetSize property for optimal size of the >> texture pool > > src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/MTLTexurePool.m line > 328: > >> 326: if (_maxPoolMemory < MAX_POOL_MEMORY) { >> 32

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

2021-06-05 Thread Phil Race
On Tue, 1 Jun 2021 09:20:07 GMT, Alexey Ushakov wrote: > Used MTLDevice recommendedMaxWorkingSetSize property for optimal size of the > texture pool src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/MTLTexurePool.m line 328: > 326: if (_maxPoolMemory < MAX_POOL_MEMORY) { > 327:

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

2021-06-01 Thread Alexey Ushakov
Used MTLDevice recommendedMaxWorkingSetSize property for optimal size of the texture pool - Commit messages: - 8261549: Adjust memory size in MTLTexurePool.m Changes: https://git.openjdk.java.net/jdk/pull/4279/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4279&range=