classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RFE ThreadGroup.root suggestion


From: David Holmes
Subject: RFE ThreadGroup.root suggestion
Date: Tue, 2 Nov 2004 17:09:04 +1000

It might be useful to have either VMThread or VMSystem define
getRootThreadgroup() and then have Threadgroup do:

static ThreadGroup root = VMxxx.getRootThreadgroup();

This would allow the root threadgroup to be a VM specific subclass of
ThreadGroup if desired.

I would use this to define a special root threadgroup class for a real-time
JVM that overrides uncaughtException to be more aware of memory-management
issues.

Cheers,
David Holmes





reply via email to

[Prev in Thread] Current Thread [Next in Thread]