The Program Counter Area
One word size PC per thread, created when the Thread is starting.
Holds a returnAddress to the next bytecode instruction.
If the executing method is native then the PC is unspecified. When the native method finished the PC continues from where it had stopped.