JDK-8203526 fix not in OpenJDK 11.0.1
Arlo O'Keeffe
mailtoarlo at gmail.com
Wed Jan 2 07:50:08 UTC 2019
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