8387625: Add "dt_socket" to CheckedFeatures.notImplemented for Windows/ARM64

Reviewed-by: cjplummer, shade
This commit is contained in:
Ashay Rane 2026-07-03 04:33:51 +00:00 committed by Aleksey Shipilev
parent 5a781620b8
commit 41a6eee875

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, 2025, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 2026, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -597,6 +597,9 @@ class CheckedFeatures {
{"windows-x64", "com.sun.jdi.CommandLineLaunch", "dt_socket"},
{"windows-x64", "com.sun.jdi.RawCommandLineLaunch", "dt_socket"},
{"windows-aarch64", "com.sun.jdi.CommandLineLaunch", "dt_socket"},
{"windows-aarch64", "com.sun.jdi.RawCommandLineLaunch", "dt_socket"},
{"macosx-amd64", "com.sun.jdi.CommandLineLaunch", "dt_shmem"},
{"macosx-amd64", "com.sun.jdi.RawCommandLineLaunch", "dt_shmem"},