mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-04 00:00:42 +00:00
8387625: Add "dt_socket" to CheckedFeatures.notImplemented for Windows/ARM64
Reviewed-by: cjplummer, shade
This commit is contained in:
parent
5a781620b8
commit
41a6eee875
@ -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"},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user