RFR [XS] [jdk11] : 8233203: fix non-product build on AIX when compiling with xlc16/legacy-xlc

Langer, Christoph christoph.langer at sap.com
Wed Oct 30 14:48:38 UTC 2019


Hi Matthias,

the change looks ok-ish to me. However, I’d encourage to have another look whether there are newer versions of C++ runtimes for the systems where we see this issue which would maybe fix that? But I won’t object to that patch, though. 😊

Cheers
Christoph

From: Baesken, Matthias <matthias.baesken at sap.com>
Sent: Mittwoch, 30. Oktober 2019 15:38
To: jdk-updates-dev at openjdk.java.net; 'build-dev at openjdk.java.net' <build-dev at openjdk.java.net>
Cc: Langer, Christoph <christoph.langer at sap.com>; Doerr, Martin <martin.doerr at sap.com>
Subject: RFR [XS] [jdk11] : 8233203: fix non-product build on AIX when compiling with xlc16/legacy-xlc

Hello, please review the following small  AIX related fix.
It is a JDK11 only change ,  and  fixes issues  when building JDK11  with xlc16/legacy xlc .
Currently the product build of jdk11   already works with xlc16 ; however  without this change ,  the (fast)debug build  still fails
  because  we call into  operator new   ( operator_new.cpp)     from   Iostream_init::Iostream_init()()   and this  leads to  a failing build .

( The described  issue   was not seen  when  using  the old  xlc12  for the build . )


Bug/webrev :

https://bugs.openjdk.java.net/browse/JDK-8233203

http://cr.openjdk.java.net/~mbaesken/webrevs/8233203.0/

Thanks, Matthias


More information about the build-dev mailing list