Skip to content

Commit 96ada17

Browse files
committed
文档与注释
1 parent d255a74 commit 96ada17

File tree

10 files changed

+774
-6
lines changed

10 files changed

+774
-6
lines changed

hotspot/my-docs/classfile/classLoader.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,9 @@
3636
BasicHashtableEntry
3737
PackageInfo
3838
BasicHashtable
39-
PackageHashtable
39+
PackageHashtable
40+
41+
42+
应用的类一般要经过jvm.cpp中的JVM_FindClassFromBootLoader这是由java.lang.ClassLoader触发的
43+
通过加-Xbootclasspath/a这样的参数可以让应用的类由JVM类部的ClassLoader加载
44+

0 commit comments

Comments
 (0)