Ping? Since this fix addresses build failure which will affect
production, I guess this needs to go in asap.
Regards
Prasanta
On 11-Oct-18 1:39 PM, Prasanta Sadhukhan wrote:
Hi All,
Please review a build issue fix for usage of
NSPrintJobDispositionValue in JDK-8211055
<https://bugs.openjdk.java.net/browse/JDK-8211055>: Provide print to a
file (PDF) feature even when printer was not connected
It seems that NSPrintJobDispositionValue is added in 10.13 sdk
[https://developer.apple.com/documentation/appkit/nsprintjobdispositionvalue?language=objc]
so using it in 10.12 or lower cause build issue.
Fix is to check for disposition value directly instead of storing in
variable.
mach5 build is successful.
Bug:https://bugs.openjdk.java.net/browse/JDK-8212040
webrev: http://cr.openjdk.java.net/~psadhukhan/8212040/webrev/
Regards
Prasanta