On Wed, 1 Jul 2026 18:08:55 GMT, Ashay Rane <[email protected]> wrote:
> On Windows/ARM64, "jdb -listconnectors" shows "dt_shmem" and not
> "dt_socket", since both {Sun,Raw}CommandLineLauncher.java prefer
> "dt_shmem" with a fallback to "dt_socket". This causes the following
> tests in test/hotspot/jtreg/vmTestbase/nsk to fail:
>
> - jdb/options/listconnectors/listconnectors001/listconnectors001.java
> - jdi/LaunchingConnector/launch/launch001/TestDescription.java
> - jdi/LaunchingConnector/launch/launch003/TestDescription.java
> -
> jdi/LaunchingConnector/launchnosuspend/launchnosuspend001/TestDescription.java
>
> This patch fixes the problem by adding entires for "dt_socket" on
> Windows/ARM64, similar to the exceptions for other platforms.
>
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK
> Interim AI Policy](https://openjdk.org/legal/ai).
This pull request has now been integrated.
Changeset: 41a6eee8
Author: Ashay Rane <[email protected]>
Committer: Aleksey Shipilev <[email protected]>
URL:
https://git.openjdk.org/jdk/commit/41a6eee8756ccd2ae8c511f1aacf7454aa5731db
Stats: 4 lines in 1 file changed: 3 ins; 0 del; 1 mod
8387625: Add "dt_socket" to `CheckedFeatures.notImplemented` for Windows/ARM64
Reviewed-by: cjplummer, shade
-------------
PR: https://git.openjdk.org/jdk/pull/31741