15 lines
455 B
Smali
15 lines
455 B
Smali
.class public LB17410612;
|
|
|
|
# Test that an invoke with a long parameter has the long parameter in
|
|
# a pair. This should fail in the verifier and not an abort in the compiler.
|
|
|
|
.super Ljava/lang/Object;
|
|
|
|
.method public static run()V
|
|
.registers 4
|
|
const-wide v0, 0 # Make (v0, v1) a long
|
|
const-wide v2, 0 # Make (v2, v3) a long
|
|
invoke-static {v0, v3}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
|
|
return-void
|
|
.end method
|