+1
> On 25 Mar 2015, at 07:21, A. Sundararajan
> <[email protected]> wrote:
>
> Please review http://cr.openjdk.java.net/~sundar/8012190/webrev.00/ for
> https://bugs.openjdk.java.net/browse/JDK-8012190
>
> Except for mostly used/needed objects such as Object, Function, Number etc.
> other constructors, objects are lazily initialized via @Getter (Math, RegExp,
> Date, Java, JavaImporter, EvalError, URIError, typed array constructors).
>
> ~200 classes are not loaded at startup when jjs is started in interactive
> mode. Should help in startup - both interactive mode and in scenarios when
> many globals are created and thrown away after simple code evaluation.
>
> Thanks,
> -Sundar