public final class JvmHeapAccess
extends java.lang.Object
ManagementFactory.
Kept in its own class so that callers can be loaded on runtimes that omit java.lang.management (most notably Android ART). Callers must guard invocations with
try { ... } catch (NoClassDefFoundError | LinkageError e) so the verifier never has
to resolve ManagementFactory unless this class is actually used.
| Modifier and Type | Method and Description |
|---|---|
static long |
maxHeapBytes() |
Copyright © 2026 PostgreSQL Global Development Group. All rights reserved.