Poison


  • 首页

  • 归档

  • 标签

  • 搜索
close
Poison

Static

发表于 2021-05-09

Memory that can be shared between threads is called shared memory or heap memory. All instance fields, static fields, and array elements are stored in heap memory.

From 17.4.1. Shared Variables

Class metadata, interned Strings and class static variables will be moved from the permanent generation to either the Java heap or native memory.

From JEP 122: Remove the Permanent Generation

References

Where are static methods and static variables stored in Java?

# Java # JVM
  • 文章目录
  • 站点概览

131 日志
119 标签
GitHub LeetCode
  1. 1. References
© 2025 Poison 蜀ICP备16000644号
由 Hexo 强力驱动
主题 - NexT.Mist