8u212 missing fixes
Langer, Christoph
christoph.langer at sap.com
Thu Apr 25 09:40:00 UTC 2019
Hi Paul, Andrew,
> On 24/04/2019 16:07, Hohensee, Paul wrote:
> > From Oracle’s 8u211 release notes at
> > https://www.oracle.com/technetwork/java/javase/2col/8u211-bugfixes-
> 5292912.html,
> > this issue
> >
> >
> >
> > https://bugs.openjdk.java.net/browse/JDK-8129988: JSSE should create a
> > single instance of the cacerts KeyStore
> >
> >
> >
> > was in Oracle’s 8u211, but not in OpenJDK 8u212. I’ve just pushed a
> > backport to jdk8u-dev.
> >
> >
>
> Yes, as I mentioned when approving the 8u request, this seems to have
> slipped through because it was marked as fixed in 8u202, but in a BPR
> which didn't make OpenJDK. That suggests a flaw in the filter we used. I
> don't know if it's worth rectifying now, as it only applies to the
> crossover phase. Maybe something to bear in mind if we end up
> maintaining OpenJDK 14 or something.
I've had a closer look to the filters. It seems that changes being part of 8u202 b31 have never made it to the OpenJDK repo while the filter assumed so. I've updated the filters to account for backports being integrated in b31+ builds.
The 8u212 filter now shows 7 items: https://bugs.openjdk.java.net/issues/?filter=36394
The 8u222 filter also includes these items now (That is, 6 items because you pushed JDK-8129988): https://bugs.openjdk.java.net/issues/?filter=36456
With that, we should be on the safe side now and get everything into OpenJDK8u222 in time.
Best regards
Christoph
More information about the jdk8u-dev
mailing list