File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -172,9 +172,9 @@ public class Employee {
172172
173173上述这些信息中,各个修饰符都是布尔值,要么有某个修饰符,要么没有,很适合使用标志位来表示。而字段叫什么名字、字段被定义为什么数据类型这些都是无法固定的,只能引用常量池中常量来描述。
174174
175- ** 字段的 access_flags 的取值:**
175+ ** 字段的 access_flag 的取值:**
176176
177- ![ 字段的access_flags的取值 ] ( https://my -blog-to-use .oss-cn-beijing .aliyuncs.com/2019-6/字段的access_flags的取值 .png )
177+ ![ 字段的 access_flag 的取值 ] ( https://guide -blog-images .oss-cn-shenzhen .aliyuncs.com/JVM/image-20201031084342859 .png )
178178
179179### 2.7 方法表集合
180180
@@ -193,7 +193,7 @@ Class 文件存储格式中对方法的描述与对字段的描述几乎采用
193193
194194** 方法表的 access_flag 取值:**
195195
196- ![ 方法表的 access_flag 取值] ( https://my -blog-to-use .oss-cn-beijing .aliyuncs.com/2019-6/方法表的access_flag的所有标志位 .png )
196+ ![ 方法表的 access_flag 取值] ( https://guide -blog-images .oss-cn-shenzhen .aliyuncs.com/JVM/image-20201031084248965 .png )
197197
198198注意:因为` volatile ` 修饰符和` transient ` 修饰符不可以修饰方法,所以方法表的访问标志中没有这两个对应的标志,但是增加了` synchronized ` 、` native ` 、` abstract ` 等关键字修饰方法,所以也就多了这些关键字对应的标志。
199199
You can’t perform that action at this time.
0 commit comments