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.
8 lines
391 B
8 lines
391 B
This is more a benchmark for the verifier than a real test. We create many
|
|
classes, each one initializing a big array of string in its class initializer.
|
|
This generates big <clinit> methods in these classes. The goal is to stress the
|
|
verifier on such method.
|
|
|
|
Note: these classes are generated automatically. The number of classes and the
|
|
size of string array can be modified in the script.
|