RFR: 8263632: Improve exception handling of APIs in classLoader.cpp [v3]

Calvin Cheung ccheung at openjdk.java.net
Fri Mar 26 18:21:46 UTC 2021


On Fri, 26 Mar 2021 17:02:44 GMT, Ioi Lam <iklam at openjdk.org> wrote:

>> Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   @coleenp review comment
>
> src/hotspot/share/classfile/classLoader.cpp line 559:
> 
>> 557:     add_to_module_path_entries(path, new_entry);
>> 558:   }
>> 559:   return;
> 
> nit: return is no longer needed.

Thanks Ioi.
I've fixed it.

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

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


More information about the hotspot-runtime-dev mailing list