JVM学习笔记-方法信息(Method Information)?For each method declared in the type, the following inform
JVM学习笔记-方法信息(Method Information)
?
For each method declared in the type, the following information must be stored in the method area. As with fields, the order in which the methods are declared by the class or interface must be recorded as well as the data. Hereís the list:
对于类型中声明的每一个方法,方法区中必须保存下面的信息。和字段一样,这些方法在类或者接口中的生命顺序也必须保存。下面是方法信息的清单:
The method's nameIn addition to the items listed above, the following information must also be stored with each method that is not abstract or native:
除上面的清单中列出的条目之外,如果某个方法不是抽象的和本地的,它还必须保存下列信息:
The method's bytecodes?
