RFR: JDK-8256258: some missing NULL checks or asserts after CodeCache::find_blob_unsafe [v2]
Matthias Baesken
mbaesken at openjdk.java.net
Thu Nov 12 11:24:12 UTC 2020
On Thu, 12 Nov 2020 11:17:10 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>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)
-------------
PR: https://git.openjdk.java.net/jdk/pull/1181
More information about the hotspot-dev
mailing list