< prev index next >

src/hotspot/share/services/diagnosticArgument.cpp

Print this page

        

*** 21,33 **** * questions. * */ #include "precompiled.hpp" #include "memory/allocation.inline.hpp" #include "memory/resourceArea.hpp" - #include "prims/jvm.h" #include "runtime/thread.hpp" #include "services/diagnosticArgument.hpp" void GenDCmdArgument::read_value(const char* str, size_t len, TRAPS) { /* NOTE:Some argument types doesn't require a value, --- 21,33 ---- * questions. * */ #include "precompiled.hpp" + #include "jvm.h" #include "memory/allocation.inline.hpp" #include "memory/resourceArea.hpp" #include "runtime/thread.hpp" #include "services/diagnosticArgument.hpp" void GenDCmdArgument::read_value(const char* str, size_t len, TRAPS) { /* NOTE:Some argument types doesn't require a value,
< prev index next >