
JVM
Java virtual Machine
youz1976
天天向上
展开
-
java对象实例化内存布局与访问定位
原创 2020-12-27 14:00:11 · 113 阅读 · 0 评论 -
jvm方法区结构
原创 2020-11-19 23:55:10 · 208 阅读 · 0 评论 -
visualVM插件中心,连接拒绝,手动下载插件Visual GC
1、新的插件地址https://visualvm.github.io/pluginscenters.html 但是打不开,用fq可以。 2、Visual GC插件效果 版本jdk1.8.0_161对应插件Visual GC地址: https://download.youkuaiyun.com/download/u014520797/13013053 ...原创 2020-10-24 22:24:47 · 668 阅读 · 0 评论 -
The JVM Specification Java SE 8
https://docs.oracle.com/javase/specs/jvms/se8/html/原创 2020-10-10 23:43:50 · 334 阅读 · 0 评论 -
java本地方法 hashcode是怎样生成的?hashcode与地址有关系吗?
1、java Obeject类中的hashcode函数 /** 返回一个对象的散列码,这个方法有利于哈希表,例如HashMap Returns a hash code value for the object. This method is supported for the benefit of hash tables such as those provided by java.util.HashMap. */ public native int hashCode(); 2、hashco原创 2020-05-24 23:23:17 · 3275 阅读 · 0 评论 -
-XX:GCTimeRatio
The Parallel Collector The parallel collector (also referred to here as thethroughput collector) is a generational collector similar to the serial collector. parallel 收集器(这里也叫做吞吐量收集器),是一个类似serial收...原创 2020-03-15 00:05:52 · 4246 阅读 · 5 评论