RFR: 8249451: Unconditional exceptions clearing logic in compiler code should honor Async Exceptions. [v2]
Jamsheed Mohammed C M
jcm at openjdk.java.net
Wed Sep 16 08:56:01 UTC 2020
On Wed, 16 Sep 2020 06:56:31 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Jamsheed Mohammed C M has updated the pull request incrementally with one additional commit since the last revision:
>>
>> removing unused definition load_class_by_index
>
> src/hotspot/share/runtime/thread.cpp line 2392:
>
>> 2390: if (check_unsafe_error &&
>> 2391: condition == _async_unsafe_access_error && !has_pending_exception()) {
>> 2392: // May be we are at method entry and requires to save do not unlock flag.
>
> Suggest:
> // We may be at method entry which requires we save the do-not-unlock flag.
Thank you @dholmes-ora , Done.
-------------
PR: https://git.openjdk.java.net/jdk/pull/169
More information about the hotspot-compiler-dev
mailing list