-
Bug
-
Resolution: Fixed
-
P3
-
internal
-
x86_64
-
os_x
If a JDK bundle is built on Catalina and run that build on macOS 10.13, it fails with an error message:
metalEnabled=1
Metal: Supported, feature set macOS GPUFamily1 v3
Metal support is present
2020-03-25 16:59:30.210 java[17400:229311] Failed to create pipeline state, error Error Domain=CompilerError Code=1 "Function frag_col is using language version 2.1 which is incompatible with this OS." UserInfo={NSLocalizedDescription=Function frag_col is using language version 2.1 which is incompatible with this OS.}
This bug is to investigate -
1. What should be the expected outcome?
2. How to handle this gracefully?
metalEnabled=1
Metal: Supported, feature set macOS GPUFamily1 v3
Metal support is present
2020-03-25 16:59:30.210 java[17400:229311] Failed to create pipeline state, error Error Domain=CompilerError Code=1 "Function frag_col is using language version 2.1 which is incompatible with this OS." UserInfo={NSLocalizedDescription=Function frag_col is using language version 2.1 which is incompatible with this OS.}
This bug is to investigate -
1. What should be the expected outcome?
2. How to handle this gracefully?