src/hotspot/share/runtime/commandLineFlagRangeList.cpp
changeset 47765 b7c7428eaab9
parent 47216 71c04702a3d5
child 49715 947560700a09
child 55934 912c55e702d6
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/stringTable.hpp"
    27 #include "classfile/stringTable.hpp"
    27 #include "classfile/symbolTable.hpp"
    28 #include "classfile/symbolTable.hpp"
    28 #include "gc/shared/referenceProcessor.hpp"
    29 #include "gc/shared/referenceProcessor.hpp"
    29 #include "prims/jvm.h"
       
    30 #include "oops/markOop.hpp"
    30 #include "oops/markOop.hpp"
    31 #include "runtime/arguments.hpp"
    31 #include "runtime/arguments.hpp"
    32 #include "runtime/commandLineFlagConstraintList.hpp"
    32 #include "runtime/commandLineFlagConstraintList.hpp"
    33 #include "runtime/commandLineFlagRangeList.hpp"
    33 #include "runtime/commandLineFlagRangeList.hpp"
    34 #include "runtime/globals_extension.hpp"
    34 #include "runtime/globals_extension.hpp"