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

Zero: handle JVM_CONSTANT_DynamicInError

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P3
    • Resolution: Fixed
    • 11, 15, 16
    • 16
    • hotspot
    • b23

    Description

      JDK-8186211 introduced a few negative tests for Condy, and Zero seem to fail them:

      $ CONF=linux-x86_64-zero-fastdebug make run-test TEST=java/lang/invoke/condy/CondyRepeatFailedResolution.java

      # Internal Error (/home/shade/trunks/jdk/src/hotspot/share/interpreter/zero/bytecodeInterpreter.cpp:2289), pid=574573, tid=581749
      # Error: ShouldNotReachHere()

      After some debugging, I think Zero misses to handle JVM_CONSTANT_DynamicInError. I believe we can just do the same thing as JVM_CONSTANT_Dynamic, and then let CALL_VM to go to handle_exception on another resolution failure.

      Attachments

        Issue Links

          Activity

            People

              shade Aleksey Shipilev
              shade Aleksey Shipilev
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: