Uploaded image for project: 'Harmony'
  1. Harmony
  2. HARMONY-4479

[drlvm][jit] assert on an artificial class with jsr/ret

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • DRLVM
    • None
    • windows32

    Description

      the following code:

      jsr L1
      ret 0

      L1:
      astore 1
      jsr L2
      return

      L2:
      astore 0
      ret 1

      if run with -noverify option works fine on RI but fires an assert in jet on Harmony

      Attachments

        1. JsrRet.class
          0.2 kB
          George Timoshenko
        2. JsrRet.j
          0.4 kB
          George Timoshenko

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mloenko Mikhail Loenko
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: