-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
beta
-
generic
-
generic
Im Merlin b52 when httpClient.java is loaded, Regexp classes are also loaded, this is because there is a static reference to Regexp, in order to parse the dontProxy list. In most internet deployment a direct connection will always be used, in most intranet cases even if proxy servers are used, the dontProxy property may not be specified.
Regexp classes add up to be about 89.65K worth of classes that the VM will load, leading to a longer startup time of the VM, and it will be worth
our while to eliminate this, by loading the regexp class only if dontProxy list is set.
Regexp classes add up to be about 89.65K worth of classes that the VM will load, leading to a longer startup time of the VM, and it will be worth
our while to eliminate this, by loading the regexp class only if dontProxy list is set.