hotspot/test/runtime/lambda-features/InvokespecialInterface.java
changeset 22750 a3c879b18f22
parent 22523 88e7f090ba37
child 22798 175a9549fb01
equal deleted inserted replaced
22749:8121b1d5f498 22750:a3c879b18f22
    24 
    24 
    25 /*
    25 /*
    26  * @test
    26  * @test
    27  * @bug 8032024
    27  * @bug 8032024
    28  * @bug 8025937
    28  * @bug 8025937
       
    29  * @bug 8033528
    29  * @summary [JDK 8] Test invokespecial and invokeinterface with the same JVM_CONSTANT_InterfaceMethodref
    30  * @summary [JDK 8] Test invokespecial and invokeinterface with the same JVM_CONSTANT_InterfaceMethodref
    30  * @run main InvokespecialInterface
    31  * @run main/othervm -XX:+StressRewriter InvokespecialInterface
    31  */
    32  */
    32 import java.util.function.*;
    33 import java.util.function.*;
    33 import java.util.*;
    34 import java.util.*;
    34 
    35 
    35 interface I {
    36 interface I {