peter johnson wrote ([EMAIL PROTECTED])
> [EMAIL PROTECTED] wrote:
> > [EMAIL PROTECTED] wrote ([EMAIL PROTECTED])
> > > Hello,
> > >
> > > I have a problem with jdk1.1.6v3a/glibc2. The problem is with
> > > the finalize() methods which does not get invoked in my code.
> > > Jdk1.1.5v7/glibc2 work
[EMAIL PROTECTED] wrote:
> [EMAIL PROTECTED] wrote ([EMAIL PROTECTED])
> > Hello,
> >
> > I have a problem with jdk1.1.6v3a/glibc2. The problem is with
> > the finalize() methods which does not get invoked in my code.
> > Jdk1.1.5v7/glibc2 works fine (ie. the finalize() method is called).
> > A
[EMAIL PROTECTED] wrote ([EMAIL PROTECTED])
> Hello,
>
> I have a problem with jdk1.1.6v3a/glibc2. The problem is with
> the finalize() methods which does not get invoked in my code.
> Jdk1.1.5v7/glibc2 works fine (ie. the finalize() method is called).
> Anyone got any idea why?
> (I tried to cre
HrmmmI seem to recall posting something about Netbeans and the
finalizer thread threadlock problem a while ago. If you are having
problems with the finalizer, it is most likely a bug in sun's code.
this might (well, it won't) solve your problem:
$cat "Please fix the finalizer bug in the j
Hello,
I have a problem with jdk1.1.6v3a/glibc2. The problem is with
the finalize() methods which does not get invoked in my code.
Jdk1.1.5v7/glibc2 works fine (ie. the finalize() method is called).
Anyone got any idea why?
(I tried to create a small example which shows the problem
but finalize()