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

Replace C1-specific collection classes with universal collection classes

    XMLWordPrintable

Details

    • b120
    • generic
    • generic

    Description

      There are several collection classes in vm/utilities that used only in C1-related code and duplicate functionality provided by other collection classes that are used throughout the HS codebase.

      An example of such collections are ResourceArray subclasses that could be defined using define_array and define_stack macros (see vm/utilities/array.hpp). These classes provide almost the same API as GrowableArray and thus could be replaced by it.

      Attachments

        Issue Links

          Activity

            People

              fzhinkin Filipp Zhinkin
              fzhinkin Filipp Zhinkin
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: