RFR: 8260931: Implement JEP 382: New macOS Rendering Pipeline [v12]
Ajit Ghaisas
aghaisas at openjdk.java.net
Thu Mar 11 17:54:16 UTC 2021
On Mon, 8 Feb 2021 18:47:09 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/MTLGraphicsConfig.m line 82:
>>
>>> 80: (JNIEnv *env, jclass mtlgc)
>>> 81: {
>>> 82: FILE *f = popen("/usr/sbin/system_profiler SPDisplaysDataType", "r");
>>
>> How robust is this? It seems like the contents of this could be an implementation detail and subject to change. Is it documented by Apple?
>
> I suggest fixing this before the integration.
Fixed with JDK-8259825.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2403
More information about the build-dev
mailing list