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

C2: convert some uses of GrowableArray<Node*> to Unique_Node_List in escape.cpp

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 26
    • hotspot

      This came up here:

      https://github.com/openjdk/jdk/pull/24570#discussion_r2108546984

      There seems to be no reason for:
      GrowableArray<Node *> memnode_worklist;
      to not be:
      Unique_Node_List memnode_worklist;

      Other uses of GrowableArray in the same file should be checked as well.

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

              Created:
              Updated: