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

add a regression test for 8254104.

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 16, 17, 18, 19
    • hotspot

      Graalunit tests are not run on a regular basis against Open JDK, so we've lost the possibility to test OSR methods compiled by JVMCI compilers. We need to write a jtreg test about that.

      A quick scenario:

      1. JVMCI compiler is forced to compile some OSR code;
      2. installs it (not creating MethodCounters);
      3. Then the enclosing method got executed by the test;
      4. C2 detects a backedge in the OSR loop;
      5. Test must verify that the runtime to the compiled OSR version of the code that had been installed in #2.

            Unassigned Unassigned
            enikitin Evgeny Nikitin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: