< prev index next >

src/hotspot/os/posix/gc/z/zInitialize_posix.cpp

Print this page

        

*** 25,29 **** --- 25,33 ---- #include "gc/z/zInitialize.hpp" void ZInitialize::initialize_os() { // Does nothing } + + bool ZInitialize::is_os_supported() { + return true; + }
< prev index next >