hotspot/src/share/vm/classfile/classLoaderData.hpp
changeset 35917 463d67f86eaa
parent 35498 392b50de06c6
child 36508 5f9eee6b383b
--- a/hotspot/src/share/vm/classfile/classLoaderData.hpp	Tue Feb 02 14:54:05 2016 +0000
+++ b/hotspot/src/share/vm/classfile/classLoaderData.hpp	Wed Feb 03 11:40:30 2016 -0500
@@ -116,6 +116,7 @@
   static void dump_on(outputStream * const out) PRODUCT_RETURN;
   static void dump() { dump_on(tty); }
   static void verify();
+  static void log_creation(Handle loader, ClassLoaderData* cld, TRAPS);
 
   static bool unload_list_contains(const void* x);
 #ifndef PRODUCT