Is there an easy way to get the implemtation dependend
size of a given object? What is the problem with providing
a method e.g. like
public native final int java.lang.Object.sizeOf();
public native final int java.lang.Class.sizeInstance();
anyway?
Or in other words: what good is Runtime.freeMemory() going
to do me if I can't get reliable numbers on the memory
usage for the intended allocation? Might be a question for
the javares list.
b.
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]