1

And is always has most instances, just like this

  enter codnum     #instances         #bytes  class name
----------------------------------------------
   1:         82828       10033408  [C
   2:         39920        6012864  [B
   3:         18752        1950208  org.springframework.boot.loader.jar.JarEntry
   4:         81007        1944168  java.lang.String
   5:         16542        1455696  java.lang.reflect.Method
   6:         37512        1200384  org.springframework.boot.loader.util.AsciiBytes
   7:         18752        1050112  org.springframework.boot.loader.jar.JarEntryData
coder
  • 8,346
  • 16
  • 39
  • 53
Caion
  • 21
  • 4

1 Answers1

1

already has answer in comments

These are JVM signatures for char[], byte[] and char[][] classes respectively. – apangin docs.oracle.com/javase/8/docs/api/java/lang/… – Holger

Holger
  • 285,553
  • 42
  • 434
  • 765
Caion
  • 21
  • 4