Interface AgentBuilder.RedefinitionListenable.ResubmissionImmediateMatcher

    • Method Detail

      • matches

        boolean matches​(java.lang.String typeName,
                        @MaybeNull
                        java.lang.ClassLoader classLoader,
                        @MaybeNull
                        JavaModule module)
        Returns true if a type should be resubmitted if it is not yet loaded.
        Parameters:
        typeName - The name of the instrumented type.
        classLoader - The class loader of the instrumented type or null if the type is loaded by the bootstrap class loader.
        module - The module of the instrumented type or null if the current VM does not support modules.
        Returns:
        true if the type should be resubmitted.