Interface AgentBuilder.RedefinitionStrategy.DiscoveryStrategy

    • Method Detail

      • resolve

        java.lang.Iterable<java.lang.Iterable<java.lang.Class<?>>> resolve​(java.lang.instrument.Instrumentation instrumentation)
        Resolves an iterable of types to retransform. Types might be loaded during a previous retransformation which might require multiple passes for a retransformation.
        Parameters:
        instrumentation - The instrumentation instance used for the redefinition.
        Returns:
        An iterable of types to consider for retransformation.