Skip to content

Instantly share code, notes, and snippets.

@zunpiau
zunpiau / Main.java
Created January 31, 2021 14:14 — forked from rednaxelafx/Main.java
Code and session notes for blog post: Exploring HotSpot runtime data with HSDB http://rednaxelafx.iteye.com/blog/1847971
public class Main {
public static void main(String[] args) {
Test test = new Test();
test.fn();
}
}