On Thu, 12 May 2022 14:08:11 GMT, Alan Bateman <al...@openjdk.org> wrote:

>> Ioi Lam has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   @AlanBateman comments - remove thros IllegalArgumentException clause
>
> src/java.base/share/classes/jdk/internal/perf/Perf.java line 246:
> 
>> 244:      */
>> 245:     private native ByteBuffer attach0(int lvmid)
>> 246:                    throws IllegalArgumentException, IOException;
> 
> You can drop the "throws IllegalArgumentException" here if you want, it's not 
> needed as it's a runtime exception.

Fixed.

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

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

Reply via email to