On 2016-10-26 21:38, Paul Sandoz wrote:
Do you observe that MethodHandleStatics.<clinit> can take a large proportion of 
the VH initialisation time?

Yes, but looking at my startup profiling I also see that that's mostly
due to MethodHandleStatics being the first to touch Integer.parseInt,
which initialize java.lang.CharacterDataLatin1, which takes 66% of the
#bytecode exercised there.

/Claes

Reply via email to