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