src/hotspot/share/runtime/arguments.cpp
changeset 47765 b7c7428eaab9
parent 47572 552a97e8edad
child 47776 52e85a3fa0ab
equal deleted inserted replaced
47764:029d5efaaa6c 47765:b7c7428eaab9
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
       
    26 #include "jvm.h"
    26 #include "classfile/classLoader.hpp"
    27 #include "classfile/classLoader.hpp"
    27 #include "classfile/javaAssertions.hpp"
    28 #include "classfile/javaAssertions.hpp"
    28 #include "classfile/moduleEntry.hpp"
    29 #include "classfile/moduleEntry.hpp"
    29 #include "classfile/stringTable.hpp"
    30 #include "classfile/stringTable.hpp"
    30 #include "classfile/symbolTable.hpp"
    31 #include "classfile/symbolTable.hpp"
    37 #include "logging/logStream.hpp"
    38 #include "logging/logStream.hpp"
    38 #include "logging/logTag.hpp"
    39 #include "logging/logTag.hpp"
    39 #include "memory/allocation.inline.hpp"
    40 #include "memory/allocation.inline.hpp"
    40 #include "memory/universe.inline.hpp"
    41 #include "memory/universe.inline.hpp"
    41 #include "oops/oop.inline.hpp"
    42 #include "oops/oop.inline.hpp"
    42 #include "prims/jvm.h"
       
    43 #include "prims/jvmtiExport.hpp"
    43 #include "prims/jvmtiExport.hpp"
    44 #include "runtime/arguments.hpp"
    44 #include "runtime/arguments.hpp"
    45 #include "runtime/arguments_ext.hpp"
    45 #include "runtime/arguments_ext.hpp"
    46 #include "runtime/commandLineFlagConstraintList.hpp"
    46 #include "runtime/commandLineFlagConstraintList.hpp"
    47 #include "runtime/commandLineFlagWriteableList.hpp"
    47 #include "runtime/commandLineFlagWriteableList.hpp"