< prev index next >

src/share/vm/prims/wbtestmethods/parserTests.cpp

Print this page
rev 7800 : [mq]: cleanupOopInlineHpp

@@ -21,20 +21,18 @@
  * questions.
  *
  */
 
 #include "precompiled.hpp"
-
+#include "classfile/javaClasses.inline.hpp"
 #include "classfile/symbolTable.hpp"
-
+#include "memory/oopFactory.hpp"
+#include "oops/objArrayOop.inline.hpp"
 #include "prims/jni.h"
 #include "prims/whitebox.hpp"
 #include "prims/wbtestmethods/parserTests.hpp"
 #include "runtime/interfaceSupport.hpp"
-
-#include "memory/oopFactory.hpp"
-
 #include "services/diagnosticArgument.hpp"
 #include "services/diagnosticFramework.hpp"
 
 //There's no way of beforeahnd knowing an upper size
 //Of the length of a string representation of
< prev index next >