-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: None
-
Component/s: core-libs
Since 9 we will always load the US-ASCII, ISO-8859-1 and UTF-8 Charsets, which makes it reasonable to optimize startup time for these three in particular.
By skipping the name checks we see a reduction in bytecode executed during startup by around 7k.
By skipping the name checks we see a reduction in bytecode executed during startup by around 7k.