-ea:<package>... enables assertions for all classes in the <package> as well as
its subpackages. Same goes for -da:<package>...
-ea:... enables assertion for default package and its subpackages
And another thing is that -ea/-da do not apply to system classes for those you need to use
-enablesystemassertions/-esa.
Salman.
