< prev index next >

src/hotspot/share/utilities/formatBuffer.hpp

Print this page

        

@@ -23,12 +23,12 @@
  */
 
 #ifndef SHARE_VM_UTILITIES_FORMATBUFFER_HPP
 #define SHARE_VM_UTILITIES_FORMATBUFFER_HPP
 
+#include "jvm.h"
 #include "utilities/globalDefinitions.hpp"
-#include "prims/jvm.h"
 #include <stdarg.h>
 
 // Simple class to format the ctor arguments into a fixed-sized buffer.
 class FormatBufferBase {
  protected:
< prev index next >