Integrated: 8341832: Incorrect continuation address of synthetic SIGSEGV for APX in product builds

Jatin Bhateja jbhateja at openjdk.org
Wed Oct 9 17:47:07 UTC 2024


On Wed, 9 Oct 2024 08:09:29 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

> - Enable APX EGPRs state save restoration check which triggers synthetic SIGSEGV and verifies modified EGPRs state across OS signal handling for non-product builds to match with [corresponding logic in signal handlers.](https://github.com/openjdk/jdk/blob/master/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp#L251)
> 
> - Currently we haven't enabled APX support in product builds and intend to do so once entire planned support ([JDK-8329030](https://bugs.openjdk.org/browse/JDK-8329030)) is validated and checked into JDK-mainline, we are following incremental development approach for APX and hence don't want partial APX support to be enabled in intermediate releases.
> 
> Kindly review.
> 
> Best Regards,
> Jatin

This pull request has now been integrated.

Changeset: 3180aaa3
Author:    Jatin Bhateja <jbhateja at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3180aaa370de16eb1835e1f57664b9fb15a6bb01
Stats:     2 lines in 1 file changed: 2 ins; 0 del; 0 mod

8341832: Incorrect continuation address of synthetic SIGSEGV for APX in product builds

Reviewed-by: thartmann, sviswanathan, kvn

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

PR: https://git.openjdk.org/jdk/pull/21419


More information about the hotspot-compiler-dev mailing list