Native method stack JVM memory structures

Native Method Stacks (native method stacks)

  • Local method: that method is not written in the Java language, the Java language because there is a certain limit, in some cases it is not dealing directly with the operating system. Then you need to call some methods in C or C ++ is to talk to the underlying operating system to deal with. Java language can call some of these local methods of indirect function calls the underlying operating system.
  • Native method stacks: local method runs the required memory is native method stacks.

Guess you like

Origin www.cnblogs.com/zxfei/p/11701278.html