-
Notifications
You must be signed in to change notification settings - Fork 738
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21042 from theresa-m/securitymanager_4
JDK 24 remove java.security.AccessController.doPrivileged part 1
- Loading branch information
Showing
31 changed files
with
377 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
jcl/src/java.base/share/classes/com/ibm/oti/util/PriviAction.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/*[INCLUDE-IF Sidecar16]*/ | ||
/*[INCLUDE-IF JAVA_SPEC_VERSION < 24]*/ | ||
package com.ibm.oti.util; | ||
|
||
/* | ||
|
2 changes: 1 addition & 1 deletion
2
jcl/src/java.base/share/classes/com/ibm/oti/util/RuntimePermissions.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/*[INCLUDE-IF Sidecar18-SE]*/ | ||
/*[INCLUDE-IF JAVA_SPEC_VERSION < 24]*/ | ||
package com.ibm.oti.util; | ||
|
||
/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
jcl/src/java.base/share/classes/java/lang/RuntimePermission.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/*[INCLUDE-IF Sidecar16]*/ | ||
/*[INCLUDE-IF JAVA_SPEC_VERSION < 24]*/ | ||
package java.lang; | ||
|
||
/* | ||
|
Oops, something went wrong.