< prev index next >

src/hotspot/share/classfile/sharedPathsMiscInfo.cpp

Print this page

        

*** 30,39 **** --- 30,40 ---- #include "logging/logStream.hpp" #include "memory/allocation.inline.hpp" #include "memory/metaspaceShared.hpp" #include "memory/resourceArea.hpp" #include "runtime/arguments.hpp" + #include "runtime/os.inline.hpp" #include "utilities/ostream.hpp" SharedPathsMiscInfo::SharedPathsMiscInfo() { _buf_size = INITIAL_BUF_SIZE; _cur_ptr = _buf_start = NEW_C_HEAP_ARRAY(char, _buf_size, mtClass);
< prev index next >