Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8013941

Remove JFR TestGCEventExplicit and TestGCEventImplict

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • 8
    • hotspot
    • None
    • jfr

        Today there are three general JFR GC event tests:

        - TestGCEventExplicit
           triggers many GCs by calling System.gc()

        - TestGCEventImplict
           triggers many GCs by allocating lot's of memory

        - TestGCEventAll
           triggers even more GC by doing what TestGCEventExplicit and TestGCEventImplict at the same time.

        Since these tests run for all the different collectors they are very time consuming and the purpose of the unit tests is to verify the data, not stress the system, the TestGCEventAll shoud be sufficient.

              egahlin Erik Gahlin
              egahlin Erik Gahlin
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: