Originally org.graalvm.visualvm.lib.jfluid.heap package was compiled for JDK 1.4, so the generics cannot be used and was only mentioned in comments. For example here: Collection /*<GCRoot>*/ getGCRoots();.
It would be nice to add generics to API of heap package.
Originally org.graalvm.visualvm.lib.jfluid.heap package was compiled for JDK 1.4, so the generics cannot be used and was only mentioned in comments. For example here:
Collection /*<GCRoot>*/ getGCRoots();.It would be nice to add generics to API of
heappackage.