mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-04 07:28:22 +00:00
8297276: Remove thread text from Subject.current
Reviewed-by: xuelei, rriggs, mullan
This commit is contained in:
parent
cdf9ed07de
commit
d450314bd3
@ -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…
x
Reference in New Issue
Block a user