src/hotspot/share/runtime/flags/jvmFlag.hpp
changeset 53149 259c36ef27df
parent 52004 22ca7ba0c50c
child 53244 9807daeb47c4
equal deleted inserted replaced
53148:17d568776429 53149:259c36ef27df
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    25 #ifndef SHARE_VM_RUNTIME_FLAGS_JVMFLAG_HPP
    25 #ifndef SHARE_VM_RUNTIME_FLAGS_JVMFLAG_HPP
    26 #define SHARE_VM_RUNTIME_FLAGS_JVMFLAG_HPP
    26 #define SHARE_VM_RUNTIME_FLAGS_JVMFLAG_HPP
    27 
    27 
    28 #include "utilities/globalDefinitions.hpp"
    28 #include "utilities/globalDefinitions.hpp"
    29 #include "utilities/macros.hpp"
    29 #include "utilities/macros.hpp"
       
    30 
       
    31 class outputStream;
    30 
    32 
    31 // function type that will construct default range string
    33 // function type that will construct default range string
    32 typedef const char* (*RangeStrFunc)(void);
    34 typedef const char* (*RangeStrFunc)(void);
    33 
    35 
    34 struct JVMFlag {
    36 struct JVMFlag {