Skip to content

Commit

Permalink
Issue #12430 remove erroneous comment from PrivilegedThreadFactory (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
janbartel authored Oct 30, 2024
1 parent 57f1313 commit e2277f0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
* For this reason, {@code Thread}s must be created in a privileged
* action, which restricts the calling context to just the caller
* frame, not all the frames in the stack.</p>
* <p>Since Java 18 and the removal of the Java security manager
* and related classes by JEP 411, {@code Thread}s do not retain
* the calling context, so there is no need to create them in a
* privileged action.</p>
*/
class PrivilegedThreadFactory
{
Expand Down

0 comments on commit e2277f0

Please sign in to comment.