As stated in javadoc for java.lang.Boolean(boolean) it is rarely appropriate to instantiate new Boolean objects but there are many places in J2SE where it is actually happening. These include java.lang.ClassLoader, java.lang.Thread, code generated for access to Java methods through reflection, Xalan & Xerces libraries. Maybe less important are many places in corba subsystem, java management API implementation, sql packages.
###@###.### 2004-09-29
###@###.### 2004-09-29