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

Generation::expand_and_allocate has unused "parallel" argument

    XMLWordPrintable

Details

    • gc
    • b02

    Description

      Generation::expand_and_allocate has a third argument, called "parallel", which defaults to false. There are no callers that provide that argument, so it always has the default value.

      DefNewGeneration just ignores that argument.

      TenuredGeneration conditionalizes its behavior based on that argument. The parallel case can be deleted, since it will never be used.

      [This is probably a leftover from CMS support. The Generation class is now only used by SerialGC.]

      Attachments

        Issue Links

          Activity

            People

              kbarrett Kim Barrett
              kbarrett Kim Barrett
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: