NEW: Just starting up, i.e., in process of being initialized.
NEW_TRANS: Corresponding transition state (not used, included for completness).
IN_NATIVE: Running in native code.
IN_NATIVE_TRANS: Corresponding transition state.
IN_VM: Running in VM.
IN_VM_TRANS: Corresponding transition state.
IN_JAVA: Running in Java or in stub code.
IN_JAVA_TRANS: Corresponding transition state (not used, included for completness).
BLOCKED: Blocked in vm.
BLOCKED_TRANS: Corresponding transition state.

 

IN_NATIVE 指的是在执行native方法,netty会有大量该状态的线程

诺曼对 in_native的解释:https://github.com/netty/netty/issues/8000

相关文章:

  • 2021-09-18
  • 2021-08-30
  • 2021-04-08
猜你喜欢
  • 2022-12-23
  • 2021-08-19
  • 2021-06-03
  • 2021-06-04
  • 2021-06-30
  • 2021-10-10
  • 2021-11-16
相关资源
相似解决方案