Initial implementation of java.lang.ref

1999-06-24 Thread Jochen Hoenicke
Hello, I have just committed the jdk 1.2 Reference classes java.lang.ref. They don't have any special functionality. This should be AFAIK implemented by the garbage collection. This should enable us to implement WeakHashtable (even if it doesn't work yet, it will at least compile) and to use

Re: Initial implementation of java.lang.ref

1999-07-12 Thread Christoph Toshok
Jochen Hoenicke wrote: > Hello, > > I have just committed the jdk 1.2 Reference classes java.lang.ref. > They don't have any special functionality. This should be AFAIK > implemented by the garbage collection. unfortunately, the JDK1.2 Reference classes do a lot more -- they actually have some

Re: Initial implementation of java.lang.ref

1999-07-13 Thread Jochen Hoenicke
: Date: Mon, 12 Jul 1999 18:12:34 -0700 : From: Christoph Toshok <[EMAIL PROTECTED]> : : Jochen Hoenicke wrote: : : > I have just committed the jdk 1.2 Reference classes java.lang.ref. : > They don't have any special functionality. This should be AFAIK : > implemented by the garbage collection.