< prev index next >

src/hotspot/os/linux/osContainer_linux.hpp

Print this page
@  rev 56288 : 8230305: Cgroups v2: Container awareness
|  Reviewed-by: bobv
o  rev 56287 : 8230848: OSContainer: Refactor container detection code
|  Summary: Move cgroups v1 implementation details out of os_linux.cpp
~  Reviewed-by: bobv

*** 43,52 **** --- 43,54 ---- static jlong available_memory(); static jlong memory_limit_in_bytes(); static int active_processor_count(); static void print_container_info(outputStream* st); + + NOT_PRODUCT(static const char* cg_type();) }; inline bool OSContainer::is_containerized() { return _is_containerized; }
< prev index next >