RE: jdk/jdk (+jdk12) Build failure on OSX 10.11

2019-06-25 Thread Baesken, Matthias
hias ; 'build- > d...@openjdk.java.net' > Cc: Schuenemann, Rene > Subject: Re: jdk/jdk (+jdk12) Build failure on OSX 10.11 > > Are you sure it's 10.11 that is the problem and not the version of Xcode? > > /Erik > > On 2019-06-19 00:51, Baesken, Matthias wrote: > > Hello,

Re: jdk/jdk (+jdk12) Build failure on OSX 10.11

2019-06-19 Thread Erik Joelsson
Are you sure it's 10.11 that is the problem and not the version of Xcode? /Erik On 2019-06-19 00:51, Baesken, Matthias wrote: Hello, I noticed that we fail on OSX 10.11 in the build . Reason is that NSWindowStyleMaskDocModalWindow is used since :

RE: jdk/jdk (+jdk12) Build failure on OSX 10.11

2019-06-19 Thread Baesken, Matthias
>&1 | $HEAD -n 1` ( or use the sw_vers command and check the output sw_vers -productVersion 10.12.6 ) What do you think ? Best regards, Matthias From: Baesken, Matthias Sent: Mittwoch, 19. Juni 2019 09:51 To: 'build-dev@openjdk.java.net' Cc: Schuenemann, Rene Subject: jdk/jdk (+jdk12)

jdk/jdk (+jdk12) Build failure on OSX 10.11

2019-06-19 Thread Baesken, Matthias
Hello, I noticed that we fail on OSX 10.11 in the build . Reason is that NSWindowStyleMaskDocModalWindow is used since : https://hg.openjdk.java.net/jdk/jdk/rev/6daafebf8189 8208543: [macos] Support for apple.awt.documentModalSheet incomplete Which is 10.12+ functionality . See