-
Bug
-
Resolution: Fixed
-
P3
-
20
-
b26
This text is not consistent with virtual threads and should be removed. The new APIs should not provide any guarantees that the subject will be preserved across child threads.
* 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.
* 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.
- csr for
-
JDK-8297351 Remove thread text from Subject.current
- Closed