Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getMaxEvaluatedDeserializationMethodSize (0.3 sec)

  1. subprojects/core/src/test/groovy/org/gradle/internal/classpath/transforms/LambdaSerializationTransformerTest.groovy

            )
    
            then:
            // ASM has no API to figure out the exact method size, so we have to rely on estimations.
            estimatedDeserializationMethodSize == getMaxEvaluatedDeserializationMethodSize(classWriter.toByteArray())
    
            where:
            cl                             | lambdaArgs
            ClassWithActionLambda          | [Type.getType(int.class)]
            ClassWithCapturelessLambda     | []
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 12 11:19:58 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top