Skip to content

Commit

Permalink
Remove ThreadGroup#allowThreadSuspension from forbidden APIs (elastic…
Browse files Browse the repository at this point in the history
…#101651)

java.lang.ThreadGroup#allowThreadSuspension(boolean) was removed in JDK 21. See https://www.oracle.com/java/technologies/javase/21all-relnotes.html#JDK-8297295
  • Loading branch information
williamrandolph committed Nov 1, 2023
1 parent 56eab12 commit 5ee8893
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ java.lang.Thread#countStackFrames()
java.lang.Thread#resume()
java.lang.Thread#stop()
java.lang.Thread#suspend()
java.lang.ThreadGroup#allowThreadSuspension(boolean)
java.lang.ThreadGroup#checkAccess()
java.lang.ThreadGroup#destroy()
java.lang.ThreadGroup#isDaemon()
Expand Down

0 comments on commit 5ee8893

Please sign in to comment.