RE: [8u] RFR: 8210761: libjsig is being compiled without optimization

2019-06-25 Thread Langer, Christoph
Hi Severin, I think this is good. Best regards Christoph > -Original Message- > From: jdk8u-dev On Behalf Of > Severin Gehwolf > Sent: Dienstag, 25. Juni 2019 11:04 > To: jdk8u-dev > Cc: build-dev > Subject: [8u] RFR: 8210761: libjsig is being compiled without optimization > > Hi, >

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

2019-06-25 Thread Baesken, Matthias
Hello, it comes from the MacOSX SDK, the value NSWindow.h:61:NSWindowStyleMaskDocModalWindow = 1 << 6, can be found in MacOSX10.12.sdk andMacOSX10.13.sdk . From the info I found here : https://en.wikipedia.org/wiki/Xcode#Xcode_7.0_-_11.x_(since_Free_On-Device_Deve

[8u] RFR: 8210761: libjsig is being compiled without optimization

2019-06-25 Thread Severin Gehwolf
Hi, Could somebody please review this 8u backport? The build system in 8 is different, especially hotspot makefiles. Note, libjsig.so is part of the hotspot build. The patch is different in 8 (over 11) due to this reason. This is a Linux-only change and should be low risk. Thoughts? Bug: https://