JDK-8203526 fix not in OpenJDK 11.0.1
Seán Coffey
sean.coffey at oracle.com
Wed Jan 2 17:15:20 UTC 2019
I think you're getting your bug numbers mixed up.
newInstanceCallerCache code was removed via
https://bugs.openjdk.java.net/browse/JDK-8206240 which is not fixed in
an 11.0.x release yet.
regards,
Sean.
On 02/01/2019 07:50, Arlo O'Keeffe wrote:
> Hello everyone,
>
> my name is Arlo and I am currently experiencing a problem that was
> apparently already fixed:
>
> https://bugs.openjdk.java.net/browse/JDK-8202113 and
> https://bugs.openjdk.java.net/browse/JDK-8203526
>
> I am using OpenJDK 11.0.1 and the fix is somehow not included. Am I
> missing something?
>
> When I check the jdk-11+28 tag (76072a077ee1) on
> http://hg.openjdk.java.net/jdk/jdk/tags I can't seem to find the fixed
> code.
>
> The newInstanceCallerCache is still included:
>
> http://hg.openjdk.java.net/jdk/jdk/file/76072a077ee1/src/java.base/share/classes/java/lang/Class.java#l573
>
> The jdk12+23 tag (eef755718cb2) contains the fix:
>
> http://hg.openjdk.java.net/jdk/jdk/file/eef755718cb2/src/java.base/share/classes/java/lang/Class.java#l579
>
> Please let me know if I have missed something.
>
> Thanks in advance!
More information about the jdk-dev
mailing list