JaroslavTulach opened a new pull request #2985: URL: https://github.com/apache/netbeans/pull/2985
Rather than always going through all the GC roots, let's build a mapping from Thread ID -> `ThreadObjectHprofGCRoot` during a single iteration. This may be a very useful fix when [project Loom](https://openjdk.java.net/projects/loom/) and its hundreds of threads become common. I've just tried to open a dump with 400000 threads and it didn't finish in five minutes! Then I gave up. This PR is written by me and I have a right to integrate it to Apache NetBeans project. However, to keep difference between other `.hprof` reading libraries minimal, I want to provide a permission to use the patch with same license as NetBeans had when Oracle donated them to Apache. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
