mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8222518: Remove unnecessary caching of Parker object in java.lang.Thread
Reviewed-by: dcubed, rehn
This commit is contained in:
parent
f50047aa8e
commit
ded4f6b5cf
4 changed files with 7 additions and 41 deletions
|
@ -193,11 +193,6 @@ class Thread implements Runnable {
|
|||
*/
|
||||
private final long stackSize;
|
||||
|
||||
/*
|
||||
* JVM-private state that persists after native thread termination.
|
||||
*/
|
||||
private long nativeParkEventPointer;
|
||||
|
||||
/*
|
||||
* Thread ID
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue