File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
src/jdk.jdi/share/classes/com/sun Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2004, 2024 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2004, 2025 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
3333 * @apiNote
3434 * This permission cannot be used for controlling access to resources
3535 * as the Security Manager is no longer supported.
36+ * Consequently this class is deprecated for removal in a future release.
3637 *
3738 * @author Tim Bell
3839 * @since 1.5
4445 * @see java.security.PermissionCollection
4546 * @see java.lang.SecurityManager
4647 *
48+ * @deprecated This class was only useful in conjunction with the Security Manager,
49+ * which is no longer supported. There is no replacement for this class.
4750 */
4851
52+ @ Deprecated (since ="25" , forRemoval =true )
4953public final class JDIPermission extends java .security .BasicPermission {
5054
5155 private static final long serialVersionUID = -6988461416938786271L ;
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 1998, 2024 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 1998, 2025 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
3333import java .util .ResourceBundle ;
3434import java .util .ServiceLoader ;
3535
36- import com .sun .jdi .JDIPermission ;
3736import com .sun .jdi .VMDisconnectedException ;
3837import com .sun .jdi .VirtualMachine ;
3938import com .sun .jdi .VirtualMachineManager ;
You can’t perform that action at this time.
0 commit comments