src/hotspot/share/utilities/formatBuffer.cpp
changeset 47765 b7c7428eaab9
parent 47216 71c04702a3d5
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 "memory/allocation.hpp"
    27 #include "memory/allocation.hpp"
    27 #include "prims/jvm.h"
       
    28 #include "utilities/formatBuffer.hpp"
    28 #include "utilities/formatBuffer.hpp"
    29 
    29 
    30 #include <stdarg.h>
    30 #include <stdarg.h>
    31 
    31 
    32 FormatBufferResource::FormatBufferResource(const char * format, ...)
    32 FormatBufferResource::FormatBufferResource(const char * format, ...)