blob: 17718cbf6077fb613140f163834d9b0cda471442 [file] [log] [blame]
Andreas Gampeda9badb2015-06-05 20:22:12 -07001.class public LB17410612;
2
3# Test that an invoke with a long parameter has the long parameter in
4# a pair. This should fail in the verifier and not an abort in the compiler.
5
6.super Ljava/lang/Object;
7
8.method public static run()V
9 .registers 4
10 const-wide v0, 0 # Make (v0, v1) a long
11 const-wide v2, 0 # Make (v2, v3) a long
12 invoke-static {v0, v3}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
13 return-void
14.end method