Earlier quoted context omitted.
Well, if you create a lot of additional objects on startup then it will take some time. JVM startup is still fast. http://blog.ndk.io/jvm-slow-startup.html
That links says 1.2 seconds for a hello world! 1.2 microseconds is what I would expect to be called fast.
$ time java Hello Hello world 0.04user 0.01system 0:00.12elapsed 43%CPU (0avgtext+0avgdata 15436maxresident)k 29672inputs+64outputs (82major+3920minor
While 120ms elapsed is not stellar, it's rarely a problem with how the JVM ecosystem looks.