hotspot/src/share/vm/classfile/javaClasses.hpp
changeset 42574 25ff9171b28b
parent 41877 1ff6dce8fe28
child 42627 0e7a86ac37c2
--- a/hotspot/src/share/vm/classfile/javaClasses.hpp	Thu Nov 17 15:54:48 2016 +0300
+++ b/hotspot/src/share/vm/classfile/javaClasses.hpp	Thu Nov 17 14:23:29 2016 -0500
@@ -1243,6 +1243,10 @@
 
   static bool is_trusted_loader(oop loader);
 
+  // Return true if this is one of the class loaders associated with
+  // the generated bytecodes for reflection.
+  static bool is_reflection_class_loader(oop loader);
+
   // Fix for 4474172
   static oop  non_reflection_class_loader(oop loader);