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

assert while replaying ciReplay file created using TieredStopAtLevel=1

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • b131

      A test compiler/ciReplay/TestVM_no_comp_level.sh demonstrates assertion problem. When launching testing with jtreg option: -javaoption:"-XX:TieredStopAtLevel=1" (or =2 or =3) test will fail with assert:

      ... hotspot/src/share/vm/compiler/compileBroker.cpp:1069), ...
      # assert(!TieredCompilation || comp_level <= TieredStopAtLevel) failed: Invalid compilation level

      A test creates replay file using incoming options (including TieredStopAtLevel) and then replays it in 2 runs(with -XX:-TieredCompilation and with -XX:+TieredCompilation). Last run triggers assert above.

            thartmann Tobias Hartmann
            dpochepk Dmitrij Pochepko
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: