New perf counters were added to aid class loading performance measurement. We should extend jstat tool to print out the new class loading statistics.
When the newer version of the following test:
sun/tools/jstat/jstatOptions1.sh
is used with older bits, then there will be a failure in
the golden file comparison due to the new option.
Here is a snippet of the failure from the .jtr file:
----------System.out:(2/19)----------
1a2
> -classload
----------System.err:(0/0)----------
result: Failed. Execution failed: exit code 1
test result: Failed. Execution failed: exit code 1
I've added this note so this issue shows up as a known failure
during test failure analysis.
When the newer version of the following test:
sun/tools/jstat/jstatOptions1.sh
is used with older bits, then there will be a failure in
the golden file comparison due to the new option.
Here is a snippet of the failure from the .jtr file:
----------System.out:(2/19)----------
1a2
> -classload
----------System.err:(0/0)----------
result: Failed. Execution failed: exit code 1
test result: Failed. Execution failed: exit code 1
I've added this note so this issue shows up as a known failure
during test failure analysis.
- relates to
-
JDK-6857194 Add hotspot new perf counters to aid class loading performance measurement
-
- Closed
-