1This is more a benchmark for the verifier than a real test. We create many 2classes, each one initializing a big array of string in its class initializer. 3This generates big <clinit> methods in these classes. The goal is to stress the 4verifier on such method. 5 6Note: these classes are generated automatically. The number of classes and the 7size of string array can be modified in the script. 8