Possible subtle memory model error in ClassValue

Peter Levart peter.levart at gmail.com
Sat Aug 15 09:13:10 UTC 2020


On 8/15/20 10:37 AM, Peter Levart wrote:
>
> https://github.com/openjdk/jdk/pull/7
>
Oops, I forgot to remove the redundant initialization of cacheArray 
field in constructor, which revealed another place in code where the 
check for null value has to be made. Here's a modified patch:


https://github.com/openjdk/jdk/pull/9


Sorry for abusing GitHub pull request mechanism but I don't have 
bandwidth currently to clone the mercurial repository ;-)


Regards, Peter




More information about the core-libs-dev mailing list