On Jan 14, 2008 2:06 PM, Kresten Krab Thorup <[EMAIL PROTECTED]> wrote: > > 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).
Is the overhead substantial for individual class loaders apart from the Java heap? Do they live in the permgen? Do they complicate the verification algorithm? Has anyone investigated that? Matthias --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
