src/java.base/share/classes/jdk/internal/access/JavaLangAccess.java
branchniosocketimpl-branch
changeset 57301 66c3aaf31f2b
parent 57148 1a13164f3f4f
child 58678 9cf78a70fa4f
equal deleted inserted replaced
57299:00d475a13e29 57301:66c3aaf31f2b
   105      * Set current thread's blocker field.
   105      * Set current thread's blocker field.
   106      */
   106      */
   107     void blockedOn(Interruptible b);
   107     void blockedOn(Interruptible b);
   108 
   108 
   109     /**
   109     /**
   110      * Set the current thread's native ID
       
   111      */
       
   112     void setNativeTid(long tid);
       
   113 
       
   114     /**
       
   115      * Returns the current thread's native ID
       
   116      */
       
   117     long nativeTid();
       
   118 
       
   119     /**
       
   120      * Registers a shutdown hook.
   110      * Registers a shutdown hook.
   121      *
   111      *
   122      * It is expected that this method with registerShutdownInProgress=true
   112      * It is expected that this method with registerShutdownInProgress=true
   123      * is only used to register DeleteOnExitHook since the first file
   113      * is only used to register DeleteOnExitHook since the first file
   124      * may be added to the delete on exit list by the application shutdown
   114      * may be added to the delete on exit list by the application shutdown