select t from java.lang.Thread t $JAVA_HOME/bin/java -classpath $JAVA_HOME/lib/sa-jdi.jar sun.jvm.hotspot.HSDB import java.util.ArrayList; import java.util.List; import java.util.Properties;/** * Created by jason on 7/25/2016. */ public class gg { pu…
univese Unrecognized command. Try help... hsdb> universe Heap Parameters: Gen 0: eden [0x00000000ff600000,0x00000000ff6bca68,0x00000000ff8b0000) space capacity = 2818048, 27.420114916424417 used from [0x00000000ff8b0000,0x00000000ff8b0000,0x00000000f…
本文是引用https://club.perfma.com/article/2261053 有人问了个小问题,说: public class Test { static Test2 t1 = new Test2(); Test2 t2 = new Test2(); public void fn() { Test2 t3 = new Test2(); } } class Test2 { } 这个程序的t1.t2.t3三个变量本身(而不是这三个变量所指向的对象)到底在哪里. TL;DR版回答是: t1…