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

[MVT] Crash with "assert(number_of_codes <= 256) failed: too many bytecodes"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • repo-valhalla
    • repo-valhalla
    • hotspot

      This is due to JDK-8185349:
      http://hg.openjdk.java.net/valhalla/valhalla/hotspot/rev/dbb31857c4d4

      If I count correctly, adding _vgetfield at the end 'causes number_of_codes' to be 257 and thus we fail.

      We should reset the value type bytecode numbers.

            thartmann Tobias Hartmann
            thartmann Tobias Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: