< prev index next >

src/hotspot/share/utilities/elfStringTable.cpp

Print this page

        

*** 24,35 **** #include "precompiled.hpp" #if !defined(_WINDOWS) && !defined(__APPLE__) #include "memory/allocation.inline.hpp" - #include "prims/jvm.h" #include "runtime/os.hpp" #include "utilities/elfStringTable.hpp" // We will try to load whole string table into memory if we can. // Otherwise, fallback to more expensive file operation. --- 24,35 ---- #include "precompiled.hpp" #if !defined(_WINDOWS) && !defined(__APPLE__) + #include "jvm.h" #include "memory/allocation.inline.hpp" #include "runtime/os.hpp" #include "utilities/elfStringTable.hpp" // We will try to load whole string table into memory if we can. // Otherwise, fallback to more expensive file operation.
< prev index next >