Andrew John Hughes wrote:
> I'm committing the attached patch which adds some features required by
> the new concurrency tree prepared by Tom Tromey and documented by
> myself.

+public class Unsafe

Unsafe should be final, otherwise you can create an instance by
subclassing and capturing the this in the finalize method.

(Note that gnu.classpath.* classes aren't (shouldn't be) visible to
untrusted code, so this is just an additional precaution.)

Regards,
Jeroen

Reply via email to