< prev index next > src/hotspot/share/runtime/arguments.hpp
Print this page
static bool _ClipInlining;
// GC ergonomics
static void set_conservative_max_heap_alignment();
static void set_use_compressed_oops();
- static void set_use_compressed_klass_ptrs();
static jint set_ergonomics_flags();
// Limits the given heap size by the maximum amount of virtual
// memory this process is currently allowed to use. It also takes
// the virtual-to-physical ratio of the current GC into account.
static size_t limit_heap_by_allocatable_memory(size_t size);
< prev index next >