Andrew John Hughes wrote:
On Friday 21 September 2007 23:15:45 Dalibor Topic wrote:
Hi all,
the attached patch removes a bunch of unused private constructors.
cheers,
dalibor topic
2007-09-21 Dalibor Topic <[EMAIL PROTECTED]>
* gnu/java/rmi/server/RMIClassLoaderImpl.java,
java/beans/beancontext/BeanContextServicesSupport.java,
java/lang/management/ThreadInfo.java:
Removed unused private constructors.
Hi Dalibor,
Those ThreadInfo constructors aren't used in Classpath, but they are there for
VMs to use to create instances of ThreadInfo without creating and then
deconstructing a CompositeInfo object. Can you please put them back?
I won't get around to do it until tonight, so feel free to revert my bad
change, and add some documentation to the constructors to indicate why
they are there, and who's using them.
cheers,
dalibor topic