When 'stracing' loading of VM I saw quite inefficient way to load a
file from disk. Reading one byte at a time by read() call. If I'm not
mistaken it was this property file. Is this issue fixed in the JIRA?
(Just curious)
--
Ivan
On 9/22/06, Alexey Varlamov <alexey.v.varlamov@gmail.com> wrote:
> Dear comitters,
>
> Please find the patch attached to HARMONY-1376 which fixes number of
> issues with "harmonyvm.properties":
> 1) Robust file parsing with any EOLs;
> 2) The buffer overflow;
> 3) Added support for %VM_DIR% tokens, now easy to add any others;
> 4) Command-line "-Xbootclasspath:" option now really overrides whole BCP.
---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org
|