"nogc" option...
843829Aug 2 2006 — edited Aug 3 2006Hello,
After 6 years programming and leading Java developper teams...I think major problem remaing in the JVM is...the garbage collector.
It's not a problem of implementation, but just a bad strategy !
We think in our team that we can seriously improve the global performance of our applications, if the VM had a no-gc option.
There's only one person who knows when ressources have to be released...it's the developper.
Is there any other developpers thinking this way ? Is there any plan to include such an option in future VM ?