-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
14
-
None
-
generic
-
os_x
Change 8214578 introduced a dependency to 10.13. (NSTextInputSourceIdentifier ).
The doc of NSTextInputSourceIdentifier : https://developer.apple.com/documentation/appkit/nstextinputsourceidentifier
mentions macOS 10.13+ .
Build errors are :
----------------------------
> /jdk/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.h:41:5: error: unknown type name 'NSTextInputSourceIdentifier'
> NSTextInputSourceIdentifier kbdLayout;
> ^
> /jdk/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.m:93:23: error: assignment to readonly property
> self.cglLayer = windowLayer;
> ~~~~~~~~~~~~~ ^ ~~~~~~~~~~~
> /jdk/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.m:110:19: error: assignment to readonly property
> self.cglLayer = nil;
> ~~~~~~~~~~~~~ ^ ~~~
> 3 errors generated.
The doc of NSTextInputSourceIdentifier : https://developer.apple.com/documentation/appkit/nstextinputsourceidentifier
mentions macOS 10.13+ .
Build errors are :
----------------------------
> /jdk/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.h:41:5: error: unknown type name 'NSTextInputSourceIdentifier'
> NSTextInputSourceIdentifier kbdLayout;
> ^
> /jdk/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.m:93:23: error: assignment to readonly property
> self.cglLayer = windowLayer;
> ~~~~~~~~~~~~~ ^ ~~~~~~~~~~~
> /jdk/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.m:110:19: error: assignment to readonly property
> self.cglLayer = nil;
> ~~~~~~~~~~~~~ ^ ~~~
> 3 errors generated.
- duplicates
-
JDK-8234786 Fix for JDK-8214578 breaks OS X 10.12 compatibility
-
- Resolved
-