1 .class public LB20224106; 2 3 # Test that a hard + soft verifier failure in invoke-interface does not lead to 4 # an order abort (the last failure must be hard). 5 6 .super Ljava/lang/Object; 7 8 .method public static run(LB20224106;Ljava/lang/Object;)V 9 .registers 4 10 # Two failure points here: 11 # 1) There is a parameter type mismatch. The formal type is integral (int), but the actual 12 # type is reference. 13 # 2) The receiver is not an interface or Object 14 invoke-interface {v2, v3}, Ljava/net/DatagramSocket;->checkPort(I)V 15 return-void 16 .end method 17