Re: RFR 8211360 : Change #if DEF to #if defined(DEF)

2019-09-06 Thread Vyom Tewari26
Hi Ivan,   Changes look good to me.   Thanks, Vyom   - Original message -From: Ivan Gerasimov Sent by: "nio-dev" To: core-libs-dev , "nio-...@openjdk.java.net" , security-dev@openjdk.java.netCc:Subject: [EXTERNAL] RFR 8211360 : Change #if DEF to #if defined(DEF)Date: Tue, Aug 20, 2019 11:09

RE: [11u] RFR: 8204203: Many pkcs11 tests failed in Provider initialization, after compiler on Windows changed

2019-09-06 Thread Langer, Christoph
Hi, since there’s apparently no veto on this (nor encouraging statements), I’ll go ahead and push this testfix soon. After all, it’ll just re-enable a few tests where I can’t see problems with. Should somebody run into issues with the tests because of this update, we can always disable them aga

Re: JDK 13 SSLSession.getValue() throws NPE

2019-09-06 Thread Simone Bordet
Hi, On Fri, Sep 6, 2019 at 6:48 AM Jaikiran Pai wrote: > > Hi Simone, > > I remember hitting a similar issue back when I was testing a EA version > of JDK 13. There was bug for it here > https://bugs.openjdk.java.net/browse/JDK-8226649 and that one says it's > fixed in "13" but doesn't have a bui