src/java.base/share/classes/java/lang/Thread.java
changeset 54629 9ebb614d293d
parent 53211 eda4c6456efb
child 57339 40fdbdd92617
child 58779 2ba609bf43bb
equal deleted inserted replaced
54628:dcb78d2f07e5 54629:9ebb614d293d
   192      * likes with this number; some VMs will ignore it.
   192      * likes with this number; some VMs will ignore it.
   193      */
   193      */
   194     private final long stackSize;
   194     private final long stackSize;
   195 
   195 
   196     /*
   196     /*
   197      * JVM-private state that persists after native thread termination.
       
   198      */
       
   199     private long nativeParkEventPointer;
       
   200 
       
   201     /*
       
   202      * Thread ID
   197      * Thread ID
   203      */
   198      */
   204     private final long tid;
   199     private final long tid;
   205 
   200 
   206     /* For generating thread ID */
   201     /* For generating thread ID */