网站首页 站内搜索

搜索结果

查询Tags标签: ConstantPool,共有 2条记录
  • ConstantPool结构

    结构图本图来自揭秘Java虚拟机(JVM设计原理与实现)数据存放源码 put void slot_at_put(int which, CPSlot s) const {assert(is_within_bounds(which), "index out of bounds");assert(s.value() != 0, "Caught something");*(intptr_t*)&base()[…

    2021/11/14 23:39:48 人评论 次浏览
  • ConstantPool结构

    结构图本图来自揭秘Java虚拟机(JVM设计原理与实现)数据存放源码 put void slot_at_put(int which, CPSlot s) const {assert(is_within_bounds(which), "index out of bounds");assert(s.value() != 0, "Caught something");*(intptr_t*)&base()[…

    2021/11/14 23:39:48 人评论 次浏览
扫一扫关注最新编程教程