Integrated: JDK-8256258: some missing NULL checks or asserts after CodeCache::find_blob_unsafe
    Matthias Baesken 
    mbaesken at openjdk.java.net
       
    Tue Nov 17 08:02:04 UTC 2020
    
    
  
On Thu, 12 Nov 2020 09:11:51 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> Most return values of CodeCache::find_blob_unsafe are NULL checked or at least handled by an asserts. However especially on ppc a few are missing and should be added (e.g. in nativeInst_ppc.cpp).
This pull request has now been integrated.
Changeset: 4553fa0b
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/4553fa0b
Stats:     8 lines in 2 files changed: 5 ins; 0 del; 3 mod
8256258: some missing NULL checks or asserts after CodeCache::find_blob_unsafe
Reviewed-by: shade
-------------
PR: https://git.openjdk.java.net/jdk/pull/1181
    
    
More information about the hotspot-dev
mailing list