You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
455 B
15 lines
455 B
.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
|