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

escape analysis special case code for array copy broken by 7173584

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 9
    • 9
    • 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.

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

                Created:
                Updated:
                Resolved: