comparison src/share/vm/utilities/debug.hpp @ 14456:abec000618bf

Merge
author kvn
date Tue, 28 Jan 2014 12:25:34 -0800
parents e2722a66aba7
children d8041d695d19 78bbf4d43a14
comparison
equal deleted inserted replaced
14269:2a8891e0a082 14456:abec000618bf
23 */ 23 */
24 24
25 #ifndef SHARE_VM_UTILITIES_DEBUG_HPP 25 #ifndef SHARE_VM_UTILITIES_DEBUG_HPP
26 #define SHARE_VM_UTILITIES_DEBUG_HPP 26 #define SHARE_VM_UTILITIES_DEBUG_HPP
27 27
28 #include "utilities/globalDefinitions.hpp"
28 #include "prims/jvm.h" 29 #include "prims/jvm.h"
29 #include "utilities/globalDefinitions.hpp"
30 30
31 #include <stdarg.h> 31 #include <stdarg.h>
32 32
33 // Simple class to format the ctor arguments into a fixed-sized buffer. 33 // Simple class to format the ctor arguments into a fixed-sized buffer.
34 class FormatBufferBase { 34 class FormatBufferBase {