From: "Henri Yandell" <[EMAIL PROTECTED]>
> Anyways, my maintenance 'improvement' basically doubles the size. Old
> MutableInteger wrapping an int is 16 bytes in size. New MutableInteger
> wrapping a Number via superclass is 2 x 16 bytes in size.

As I expected, but my main concern is that 2 objects takes twice as long to
gc as 1.

Stephen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to