Integrated: 8287205: generate_cont_thaw generates dead code after jump to exception handler

Richard Reingruber rrich at openjdk.java.net
Sun Jun 5 19:32:54 UTC 2022


On Tue, 24 May 2022 07:33:02 GMT, Richard Reingruber <rrich at openjdk.org> wrote:

> This fix avoids generating unreachable instructions after the jump to the exception handler in `generate_cont_thaw()`
> 
> Testing:
> 
> jtreg:test/hotspot/jtreg:hotspot_loom
> jtreg:test/jdk:jdk_loom
> 
> On linux x86_64 and aarch64.
> 
> On aarch64 the test `jdk/java/lang/management/ThreadMXBean/VirtualThreadDeadlocks.java` had a timeout. The aaarch64 machine I used is very slow. This might have caused the timeout.

This pull request has now been integrated.

Changeset: ebc012ec
Author:    Richard Reingruber <rrich at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/ebc012ece28ea731c4756cab2374ebecfa5ac1a3
Stats:     16 lines in 2 files changed: 8 ins; 8 del; 0 mod

8287205: generate_cont_thaw generates dead code after jump to exception handler

Reviewed-by: shade, kvn

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

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


More information about the hotspot-dev mailing list