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

Update jdk/jfr/event/gc/stacktrace/* tests to don't accept incompatible vm flags

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • 24
    • 24
    • hotspot
    • None
    • jfr

      Tests
      test/jdk/jdk/jfr/event/gc/stacktrace/*
      check stacktrace and are sensitive to compiler settings.
      Need to add requires
      @requires vm.compMode != "Xcomp" & (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel == 4)
      to ensure that correct compiler is used and tests don't fail in CI.

            lmesnik Leonid Mesnik
            lmesnik Leonid Mesnik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: