src/hotspot/share/utilities/formatBuffer.hpp
changeset 47765 b7c7428eaab9
parent 47216 71c04702a3d5
child 53244 9807daeb47c4
equal deleted inserted replaced
47764:029d5efaaa6c 47765:b7c7428eaab9
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_UTILITIES_FORMATBUFFER_HPP
    25 #ifndef SHARE_VM_UTILITIES_FORMATBUFFER_HPP
    26 #define SHARE_VM_UTILITIES_FORMATBUFFER_HPP
    26 #define SHARE_VM_UTILITIES_FORMATBUFFER_HPP
    27 
    27 
       
    28 #include "jvm.h"
    28 #include "utilities/globalDefinitions.hpp"
    29 #include "utilities/globalDefinitions.hpp"
    29 #include "prims/jvm.h"
       
    30 #include <stdarg.h>
    30 #include <stdarg.h>
    31 
    31 
    32 // Simple class to format the ctor arguments into a fixed-sized buffer.
    32 // Simple class to format the ctor arguments into a fixed-sized buffer.
    33 class FormatBufferBase {
    33 class FormatBufferBase {
    34  protected:
    34  protected: