escape analysis special case code for array copy broken by 7173584

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • b37
    • Verified

        Code in ConnectionGraph::process_call_arguments()

            case Op_CallLeafNoFP:
              is_arraycopy = (call->as_CallLeaf()->_name != NULL &&
                              strstr(call->as_CallLeaf()->_name, "arraycopy") != 0);

        should deal with new arraycopy node instead.

              Assignee:
              Roland Westrelin
              Reporter:
              Roland Westrelin
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: