摘要: JVM整体结构以及内存模型public class Math { public static final int initData = 666; public static User user = new User(); public int compute() { //一个方法对应一块栈帧内存区域 阅读全文
posted @ 2023-02-23 19:07 朱俊升 阅读(33) 评论(0) 推荐(0)