hotspot/src/share/vm/classfile/classLoader.hpp
changeset 38192 05ab1ee04bf2
parent 37418 ebb041956080
child 38207 2ed792c9481d
--- a/hotspot/src/share/vm/classfile/classLoader.hpp	Wed May 04 17:47:05 2016 +0300
+++ b/hotspot/src/share/vm/classfile/classLoader.hpp	Wed May 04 17:32:08 2016 -0400
@@ -379,9 +379,9 @@
 
   static s2 module_to_classloader(const char* module_name);
   static void initialize_module_loader_map(JImageFile* jimage);
+  static s2 classloader_type(Symbol* class_name, ClassPathEntry* e,
+                             int classpath_index, TRAPS);
 #endif
-  static s2 classloader_type(Symbol* class_name, ClassPathEntry* e,
-                                 int classpath_index, TRAPS);
 
   static void  trace_class_path(const char* msg, const char* name = NULL);