RFR: 8256865: Foreign Memory Access and Linker API are missing NPE checks [v2]

Maurizio Cimadamore mcimadamore at openjdk.java.net
Tue Nov 24 15:41:11 UTC 2020


On Tue, 24 Nov 2020 09:34:09 GMT, Chris Hegarty <chegar at openjdk.org> wrote:

>> Maurizio Cimadamore has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix cut/paste error in FunctionDescriptor
>
> Marked as reviewed by chegar (Reviewer).

Following @dholmes-ora  suggestion and also @jddarcy (in CSR review), I've uploaded a new iteration which instead of adding a `@throws` tag at every method, adds a general statement on each class which gets the treatment. I think specifying at package-level seems a bit too loose, so I went for per-class basis.

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

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


More information about the core-libs-dev mailing list