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? Cheers, -- Andy :)
