RFR: 8280842: Access violation in ciTypeFlow::profiled_count [v2]

Vladimir Kozlov kvn at openjdk.java.net
Tue Feb 1 17:42:07 UTC 2022


On Tue, 1 Feb 2022 10:07:50 GMT, Roland Westrelin <roland at openjdk.org> wrote:

>> When the test() method is osr compiled, the exception handler is
>> marked as a loop head. It has 2 backedges at the 2 throw statements in
>> the method. ciTypeFlow expects to find some profile data at the
>> backedges but hotspot doesn't collect counters for athrow. The fix is
>> to turn the assert into an actual check.
>
> Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision:
> 
>   test with -XX:-BackgroundCompilation

Marked as reviewed by kvn (Reviewer).

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

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


More information about the hotspot-compiler-dev mailing list