Q: would the linux JDK benefit from an SMP-aware malloc/free library?
I just saw the announcement of a new version of Hoard
(http://www.cs.utexas.edu/users/emery/hoard/) and was fairly impressed
by the claims. Perhaps the blackdown jdk is either already using a
similar scheme or only allocs in o
Chris Sommers writes:
> Estmeemed wizards,
> How can I estimate how much memory an object or bunch of
> objects consume - besides indirectly, e.g. looking at
> Runtime.getRuntime().totalMemory()? For example, how big is
> a Vector containing 10,000 of class Double? I'm sure it will
> be JVM/
Estmeemed wizards,
How can I estimate how much memory an object or bunch of
objects consume - besides indirectly, e.g. looking at
Runtime.getRuntime().totalMemory()? For example, how big is
a Vector containing 10,000 of class Double? I'm sure it will
be JVM/platform-dependent, but there must be a