Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for privateLookupIn (0.12 sec)

  1. platforms/core-execution/workers/src/integTest/groovy/org/gradle/workers/internal/JdkIllegalReflectionTestWorkerIntegrationTest.groovy

                import java.lang.invoke.MethodHandles;
    
                public class Main {
                    public static void main(String[] args) throws Exception {
                        MethodHandles.privateLookupIn(java.lang.ClassLoader.class, MethodHandles.lookup());
                    }
                }
            """
    
            file("src/test/java/example/MainTest.java") << """
                package example;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:36:27 UTC 2023
    - 3.3K bytes
    - Viewed (0)
Back to top