Before, jmap -histo accepts a parallel=<n> option to indicate the number of parallel threads, which exposes too much details to user and makes spec hard to be clear and not to be ambiguous.
We think it's better to enable parallel heap inspection by default and adjust jmap -histo to accept a "noparallel" option to disable it, rather than give user too much control/details which is hard to specified.
We think it's better to enable parallel heap inspection by default and adjust jmap -histo to accept a "noparallel" option to disable it, rather than give user too much control/details which is hard to specified.
- csr for
-
JDK-8261543 Adjust jmap -histo to accept "noparallel" option to inspect heap serially
- Closed
- relates to
-
JDK-8252842 Extend JMap to support parallel heap dump
- Resolved
-
JDK-8215624 Add parallel heap iteration for jmap –histo
- Resolved
-
JDK-8261034 improve jcmd GC.class_histogram to support parallel
- Resolved
- links to
-
Review openjdk/jdk/2519