I wonder how that could be tested.

-Adrian

Adam Heath wrote:
Adrian Crum wrote:
FYI: our custom ResourceBundle class doesn't cache the entire file - it
only caches the requested locale(s) within the file.

And whether the requested labels came from a single file or our custom
XML file, they are all converted to a Properties object - so there
should be no difference in memory used.

Except that the shared character arrays inside the strings that are from
the parsed xml might be holding on to excess memory.

Reply via email to