src/hotspot/share/runtime/flags/jvmFlag.hpp
changeset 53244 9807daeb47c4
parent 53149 259c36ef27df
child 57876 30db6422848b
child 58678 9cf78a70fa4f
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_RUNTIME_FLAGS_JVMFLAG_HPP
    25 #ifndef SHARE_RUNTIME_FLAGS_JVMFLAG_HPP
    26 #define SHARE_VM_RUNTIME_FLAGS_JVMFLAG_HPP
    26 #define SHARE_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 
    30 
    31 class outputStream;
    31 class outputStream;
   277   static void printError(bool verbose, const char* msg, ...) ATTRIBUTE_PRINTF(2, 3);
   277   static void printError(bool verbose, const char* msg, ...) ATTRIBUTE_PRINTF(2, 3);
   278 
   278 
   279   static void verify() PRODUCT_RETURN;
   279   static void verify() PRODUCT_RETURN;
   280 };
   280 };
   281 
   281 
   282 #endif // SHARE_VM_RUNTIME_FLAGS_JVMFLAG_HPP
   282 #endif // SHARE_RUNTIME_FLAGS_JVMFLAG_HPP