I think that the best way to improve this would be to add a new kind
of class loader that would permit unloading classes loaded by it.
That would relieve us from creating a new class loader for every class
that needs to be independently unloaded (such as compiled methods).

I have experimented in different VMs trying to remove the hard-link
from the class loader to the specific classes by means of reflection,
but it doesn't really work consistently and often kills the VM.

Kresten
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "JVM 
Languages" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jvm-languages?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to