Skip to content

Commit

Permalink
Update jdk-deprecated.txt
Browse files Browse the repository at this point in the history
Remove java.lang.Thread#countStackFrames() - it's gone in JDK 22.

See https://www.oracle.com/java/technologies/javase/22-relnote-issues.html

It also has been dead since Java 14 so not much chance anybody will try to use it.
  • Loading branch information
smalyshev authored Sep 12, 2024
1 parent 4ce661c commit d43fe0c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -206,7 +206,6 @@ java.lang.String#getBytes(int,int,byte[],int)
# java.lang.System#getSecurityManager()
# java.lang.System#setSecurityManager(java.lang.SecurityManager)
java.lang.Thread#checkAccess()
java.lang.Thread#countStackFrames()
java.lang.Thread#resume()
java.lang.Thread#stop()
java.lang.Thread#suspend()

0 comments on commit d43fe0c

Please sign in to comment.