I\'m trying to track down a memory leak in a java process, using jmap and jhat. Every time I do this I see those weird notation for specific object types, like [S
[S
it is an array of objects as specified by JVM Specifications for internal representation of class names:
so [Ljava.lang.object; means Object[]