hotspot/src/share/vm/classfile/systemDictionary.cpp
changeset 27683 1d5707553fff
parent 27680 8ecc0871c18e
child 27694 543f6042c268
--- a/hotspot/src/share/vm/classfile/systemDictionary.cpp	Fri Nov 14 15:03:39 2014 +0100
+++ b/hotspot/src/share/vm/classfile/systemDictionary.cpp	Tue Nov 11 17:05:33 2014 +0100
@@ -31,10 +31,6 @@
 #include "classfile/resolutionErrors.hpp"
 #include "classfile/stringTable.hpp"
 #include "classfile/systemDictionary.hpp"
-#if INCLUDE_CDS
-#include "classfile/sharedClassUtil.hpp"
-#include "classfile/systemDictionaryShared.hpp"
-#endif
 #include "classfile/vmSymbols.hpp"
 #include "compiler/compileBroker.hpp"
 #include "interpreter/bytecodeStream.hpp"
@@ -65,7 +61,10 @@
 #include "services/threadService.hpp"
 #include "utilities/macros.hpp"
 #include "utilities/ticks.hpp"
-
+#if INCLUDE_CDS
+#include "classfile/sharedClassUtil.hpp"
+#include "classfile/systemDictionaryShared.hpp"
+#endif
 #if INCLUDE_TRACE
  #include "trace/tracing.hpp"
 #endif