src/share/vm/runtime/arguments.hpp

Print this page

        

*** 20,29 **** --- 20,36 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifndef SHARE_VM_RUNTIME_ARGUMENTS_HPP + #define SHARE_VM_RUNTIME_ARGUMENTS_HPP + + #include "runtime/java.hpp" + #include "runtime/perfData.hpp" + #include "utilities/top.hpp" + // Arguments parses the command line and recognizes options // Invocation API hook typedefs (these should really be defined in jni.hpp) extern "C" { typedef void (JNICALL *abort_hook_t)(void);
*** 528,532 **** --- 535,541 ---- #ifdef KERNEL // For java kernel vm, return property string for kernel properties. static char *get_kernel_properties(); #endif // KERNEL }; + + #endif // SHARE_VM_RUNTIME_ARGUMENTS_HPP