Skip to content

Commit

Permalink
Merge pull request #1015 from gi122281742/master
Browse files Browse the repository at this point in the history
单词修改:Extention ClassLoader => Extension ClassLoader
  • Loading branch information
Snailclimb authored Dec 15, 2020
2 parents 18a4dea + 1649e98 commit f478af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/java/jvm/[加餐]大白话带你认识JVM.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ GC将无用对象从内存中卸载
加载一个Class类的顺序也是有优先级的,类加载器从最底层开始往上的顺序是这样的

1. BootStrap ClassLoader:rt.jar
2. Extention ClassLoader: 加载扩展的jar包
2. Extension ClassLoader: 加载扩展的jar包
3. App ClassLoader:指定的classpath下面的jar包
4. Custom ClassLoader:自定义的类加载器

Expand Down

0 comments on commit f478af0

Please sign in to comment.