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

Avoid CHeap allocation in BitMap gtests

XMLWordPrintable

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

      Some BitMap gtests use CHeapBitMap. They are written as not requiring VM initialization (using TEST rather than TEST_VM). It would be better if they used stack or static allocation of the data and BitMapView. This would reduce their exposure to problems elsewhere. We want them to not require VM init because BitMap is widely used, so we want gtests run before uses (as much as possible, and assuming JDK-8257226 gets fixed someday).

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

              Created:
              Updated: