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

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • 25
    • Affects Version/s: 24
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: