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
- Host: GitHub
- URL: https://github.com/adoptopenjdk/forkjoinpoolmonitor
- Owner: AdoptOpenJDK
- License: gpl-2.0
- Created: 2015-01-20T14:33:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-22T11:18:30.000Z (almost 11 years ago)
- Last Synced: 2025-03-20T19:07:47.008Z (10 months ago)
- Language: Java
- Size: 90.1 MB
- Stars: 9
- Watchers: 15
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.