JMAP 输出

jmap -histo pid 输出的[C [B [I [S 的含义

 

 

其中:

[C is a char[]
[S is a short[]
[I is a int[]
[B is a byte[]
[[I is a int[][]

相关文章:

  • 2021-10-21
  • 2021-06-19
  • 2021-11-21
  • 2022-02-01
  • 2021-11-25
  • 2022-12-23
猜你喜欢
  • 2021-11-09
  • 2021-11-22
  • 2021-08-10
  • 2021-04-29
  • 2021-10-05
  • 2021-11-22
  • 2021-11-22
相关资源
相似解决方案