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

Obsolete comment about MemRegion allocation

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 15
    • hotspot
    • gc

      The comment describing MemRegion talks about heap allocation in a few cases, with operator new and operator new[] provided by the class for those special cases. Those operators were removed by JDK-8238999, with the array case replaced by static member functions create_array and destroy_array. (There were no uses of individual heap allocated MemRegion objects.) The class description was not updated, and should be.

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

              Created:
              Updated: