C2: add more debug prints to string concatenation optimizations

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 8, 25
    • Component/s: hotspot

      We can consider enhancing the debug printouts in this optimization phase due to recently identified bugs in this area.

      Suggestions:

      - dump the start/end nodes for each pair that is considered for stacked string concatenations, and the number of arguments for both concats (JDK-8362394)
      - print IGV graphs between each call to replace_string_concat
      - Add a CITime category for stringopts (found through JDK-8362394)
      - Hide the existing control flow printing behind a Verbose flag

            Assignee:
            Unassigned
            Reporter:
            Daniel Skantz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: