Yes, once the package is fully initialized at the end of the init, we
could add it to the registry to replace the "temporary descriptor" which
is there to ensure that other threads block and the initiating thread
doesn't reentrantly initialize the class (which unblocks other threads).
Alex Boyko wrote:
Ed,
You mean at the end of XXXPackageImpl init method is ok to add the
package to the registry? Thanks.