JDK-7109087 : gc/7072527/TestFullGCCount.java fails when GC is set in command-line
  • Type: Bug
  • Component: hotspot
  • Sub-Component: test
  • Affected Version: hs23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-11-07
  • Updated: 2013-09-04
  • Resolved: 2013-04-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8 Other
7u40Fixed 8Fixed hs24Fixed
Description
Test
gc/7072527/TestFullGCCount.java
set -XX:+UseConcMarkSweepGC explicitly which cause to failure if any other GC is set.

Comments
Adapted the test to check the count in all collectors. In review.
10-04-2013