RFR: 8263632: Improve exception handling of APIs in classLoader.cpp [v2]
Calvin Cheung
ccheung at openjdk.java.net
Fri Mar 26 16:47:40 UTC 2021
On Fri, 26 Mar 2021 16:14:40 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
>>
>> get rid of throw_exception in ClassLoader::create_class_path_entry
>
> src/hotspot/share/classfile/classLoader.cpp line 519:
>
>> 517: Arguments::assert_is_dumping_archive();
>> 518:
>> 519: ResourceMark rm;
>
> You can add 'current' as a parameter to ResourceMark since you have it.
Thanks Coleen.
I've fixed it.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3203
More information about the hotspot-runtime-dev
mailing list