suspend() deprecated?

Archie Cobbs archie at whistle.com
Tue Oct 20 07:12:17 PDT 1998


Enno Rehling writes:
> I just got:
> 
> kaffe.util.Deprecated
>         at java/lang/Throwable.<init>(24)
>         at java/lang/Error.<init>(17)
>         at kaffe/util/Deprecated.<init>(16)
>         at java/lang/Thread.suspend(202)
>         at Mandel.init(line unknown, pc 0x87c763b)
>         at Mandel.main(line unknown, pc 0x8696ee4)
> 
> I wasn't aware that java.lang.Thread.suspend() was deprecated, or am I not
> reading this properly? According to my JDK docs, at least, it isn't.

In JDK 1.2 it is deprecated:

http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Thread.html

While kaffe tries to be JDK 1.1.x compatible, it also tries to be
as current as possible, which means being JDK 1.2 compliant where
possible..

-Archie

___________________________________________________________________________
Archie Cobbs   *   Whistle Communications, Inc.  *   http://www.whistle.com


More information about the kaffe mailing list