The test checks, among other things, that reallocated-grown buffers get their newly added space zapped by hotspot in debug builds.
However, hotspot can only zap if NMT is on, since if its off we don't have the size of the original block and hence cannot zap.
Note that this bug was hidden byJDK-8302810.
However, hotspot can only zap if NMT is on, since if its off we don't have the size of the original block and hence cannot zap.
Note that this bug was hidden by
- relates to
-
JDK-8302810 NMT gtests don't correctly check for marked ranges
-
- Resolved
-