turboFei / turbofei.github.com

turboFei's Blog
https://turboFei.github.io
0 stars 0 forks source link

About Jdk jvm #16

Closed turboFei closed 5 years ago

turboFei commented 5 years ago

class load dependency conflict jvm args some oom (netty) java -D args happend before

turboFei commented 5 years ago

java language: https://docs.oracle.com/javase/specs/jls/se8/html/index.html

happens-before volatile

turboFei commented 5 years ago

https://blog.csdn.net/slim68/article/details/70849101 关于classLoader

turboFei commented 5 years ago

如何加载一个jar包,如何找到那个类

turboFei commented 5 years ago

https://gist.github.com/turboFei/02e10653f66a40efbceae8e3de895d91 ClassNofFoundException