--- old/src/share/vm/classfile/javaClasses.hpp 2016-11-17 10:33:07.576484793 -0500 +++ new/src/share/vm/classfile/javaClasses.hpp 2016-11-17 10:33:06.071085523 -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);