In-depth JVM program counter

Article Directory

Definition: Program Counter Register
Function: Record the execution address of the next jvm instruction
Operating mechanism:
Insert picture description here
Features:

  • The counter is private to the thread
  • The counter will not overflow

Guess you like

Origin blog.csdn.net/zh2475855601/article/details/114548189