comparison src/share/vm/utilities/debug.hpp @ 14411:bdd155477289

8023033: PPC64 (part 13): basic changes for AIX Summary: Added AIX includes alpha-sorted before BSD. Fix compilation issues with xlC in shared code. Basic shared platform dependend adaption (vm_version etc.). Reviewed-by: kvn, dholmes, stefank
author goetz
date Thu, 22 Aug 2013 09:39:54 -0700
parents 59b052799158
children e2722a66aba7
comparison
equal deleted inserted replaced
14410:f42f2e2a1518 14411:bdd155477289
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 {