RFR: 8249451: Unconditional exceptions clearing logic in compiler code should honor Async Exceptions. [v4]

Jamsheed Mohammed C M jcm at openjdk.java.net
Fri Sep 18 05:34:30 UTC 2020


On Wed, 16 Sep 2020 18:17:41 GMT, Igor Veresov <iveresov at openjdk.org> wrote:

>> Jamsheed Mohammed C M has refreshed the contents of this pull request, and previous commits have been removed. The
>> incremental views will show differences compared to the previous content of the PR.
>
> src/hotspot/share/prims/whitebox.cpp line 1056:
> 
>> 1054:
>> 1055:   // Compile method and check result
>> 1056:   nmethod* nm = CompileBroker::compile_method(mh, bci, comp_level, mh, mh->invocation_count(),
>> CompileTask::Reason_Whitebox, CHECK_false);
> 
> Shouldn't this be CHECK_NULL ? The function returns a pointer.

bool WhiteBox::compile_method returns a bool

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

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


More information about the hotspot-runtime-dev mailing list