RFR: JDK-8256258: some missing NULL checks or asserts after CodeCache::find_blob_unsafe [v2]

Aleksey Shipilev shade at openjdk.java.net
Fri Nov 13 08:46:59 UTC 2020


On Thu, 12 Nov 2020 11:21:14 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

>> Looks good to me. Are these cases only exist in AIX/PPC code?
>
>>Looks good to me. Are these cases only exist in AIX/PPC code?
> 
> I found find_blob_unsafe calls with unchecked/asserted return val only in ppc and ppc/AIX code.
> 
> ( Regarding find_blob there are a few that are checked and a few without a NULL check/assert cross platforms,  this might be intentional)

This still looks fine, if you happen to wait for me.

-------------

PR: https://git.openjdk.java.net/jdk/pull/1181


More information about the hotspot-dev mailing list