JVM with no garbage collection

Posted by HH on Stack Overflow See other posts from Stack Overflow or by HH
Published on 2010-06-05T10:44:52Z Indexed on 2010/06/05 10:52 UTC
Read the original article Hit count: 136

Filed under:
|
|

I've read in many threads that it is impossible to turn off garbage collection on Sun's JVM. However, for the purpose of our research project we need this feature. Can anybody recommend a JVM implementation which does not have garbage collection or which allows turning it off? Thank you.

© Stack Overflow or respective owner

Related posts about java

Related posts about garbage-collection