-
Enhancement
-
Resolution: Unresolved
-
P4
-
21
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).
- relates to
-
JDK-8257226 gtest should execute TEST before TEST_VM
-
- Open
-