Integrated: 8350609: Cleanup unknown unwind opcode (0xB) for windows
Dhamoder Nalla
dhanalla at openjdk.org
Mon Mar 24 17:43:19 UTC 2025
On Thu, 20 Feb 2025 03:58:17 GMT, Dhamoder Nalla <dhanalla at openjdk.org> wrote:
> This PR is to clean-up unknown unwind opcodes (0xB) in Windows intrinsic functions introduced in commit https://github.com/openjdk/jdk17u-dev/commit/9f05c411e6d6bdf612cf0cf8b9fe4ca9ecde50d1#diff-a024df6bcd94607260545e647922261703a652dee1afadb1fa758f6e74a568d1
>
> 
>
> According to the Windows unwind Opcodes outlined at https://learn.microsoft.com/en-us/cpp/build/exception-handling-x64?view=msvc-170#unwind-operation-code, the opcode 0xB (1011) is not a valid Opcode, as the valid opcodes range from 0 to 10.
>
> Test performed:
> 1. tier1 tests
> 2. Vector tests under /test/jdk/incubator/vector
This pull request has now been integrated.
Changeset: a54445f7
Author: Dhamoder Nalla <dhanalla at openjdk.org>
Committer: Sandhya Viswanathan <sviswanathan at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/a54445f789c7e37c03b28e07a7fdaa83672e3edc
Stats: 112 lines in 22 files changed: 0 ins; 88 del; 24 mod
8350609: Cleanup unknown unwind opcode (0xB) for windows
Reviewed-by: sviswanathan, epeter
-------------
PR: https://git.openjdk.org/jdk/pull/23707
More information about the hotspot-compiler-dev
mailing list