JVM runtime data area - program counter

1. Program Counter

  • The program counter is a small area that stores the address of the next instruction .

  • Is private to the thread , each thread has a program counter.

  • It is also the fastest running area, and there is no problem of memory overflow.

Guess you like

Origin blog.csdn.net/m0_62565675/article/details/131775892