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

[TESTBUG] compiler/jvmci/events/JvmciNotifyInstallEventTest failed after jvmci refresh

XMLWordPrintable

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

      A test is trying to install some code twice, using the same CompilationResult object. It leads to AssertionError because this object is supposed to be used only once(an installCode change this object state for that).
      Test needs to be updated to use another instance of CompilationResult object for 2nd installCode call.

            dpochepk Dmitrij Pochepko
            dpochepk Dmitrij Pochepko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: