CASSANDRA-19831: Off-heap -> Non-heap

Changed wording of "Off-heap" to "Non-heap" to be more generic and
match the contract defined in the comments of the method

Patch by Isaac Liu; reviewed by TBD for CASSANDRA-19831
This commit is contained in:
liuisaac 2026-07-06 23:38:07 -04:00
parent 1ca922b108
commit 7a5e3d3cc9
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ public final class JVMStabilityInspector
{
if (FORCE_HEAP_OOM_IGNORE_SET.contains(oom.getMessage()))
return;
logger.error("Off-heap OutOfMemoryError detected, forcing a heap OutOfMemoryError to trigger standard JVM OOM handling:", oom);
logger.error("Non-heap OutOfMemoryError detected, forcing a heap OutOfMemoryError to trigger standard JVM OOM handling:", oom);
// Start to produce heap space OOM forcibly.
List<long[]> ignored = new ArrayList<>();
while (true)