incorrect assert in fast arraycopy code

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • hs11
    • Affects Version/s: 6
    • Component/s: hotspot
    • None
    • b04
    • sparc
    • solaris_9
    • Verified

        The optimized code for arraycopies will eliminate the type check if the src and the dst are the same but in the generated code we emit an assert that if there's no type check the type exactly the expected type, which will fail in this case. The assert should be removed or relaxed.

              Assignee:
              Tom Rodriguez
              Reporter:
              Tom Rodriguez
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: