An open API service indexing awesome lists of open source software.

https://github.com/adoptopenjdk/forkjoinpoolmonitor

A ForkJoinPool Monitor prototype for possible inclusion into OpenJDK
https://github.com/adoptopenjdk/forkjoinpoolmonitor

Last synced: 9 months ago
JSON representation

A ForkJoinPool Monitor prototype for possible inclusion into OpenJDK

Awesome Lists containing this project

README

          

# ForkJoinPoolMonitorMXBean
A ForkJoinPool Monitor prototype for possible inclusion into OpenJDK

To run this requires one use modified versions of ForkJoinPool and ForkJoinTask. You can override the OpenJDK implementations using;
-Xbootclasspath/p:out/production/demos

the GC log needs to be unzipped.