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

[PPC64] TestOSRLotsOfLocals.java crashes

XMLWordPrintable

    • master
    • ppc

      PPC64 is affected by the same issue as aarch64 (JDK-8335662).
      The new test runs into
      assert(nbits == 32 || (-(1 << (nbits-1)) <= x && x < (1 << (nbits-1)))) failed: value out of range
      during LIR_Assembler::osr_entry().

            mdoerr Martin Doerr
            mdoerr Martin Doerr
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: