mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8297276: Remove thread text from Subject.current
Reviewed-by: xuelei, rriggs, mullan
This commit is contained in:
parent
cdf9ed07de
commit
d450314bd3
1 changed files with 0 additions and 4 deletions
|
@ -325,10 +325,6 @@ public final class Subject implements java.io.Serializable {
|
|||
* retrieved by this method. After {@code action} is finished, the current
|
||||
* subject is reset to its previous value. The current
|
||||
* subject is {@code null} before the first call of {@code callAs()}.
|
||||
* <p>
|
||||
* When a new thread is created, its current subject is the same as
|
||||
* the one of its parent thread, and will not change even if
|
||||
* its parent thread's current subject is changed to another value.
|
||||
*
|
||||
* @implNote
|
||||
* This method returns the same value as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue