Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a JVM lacking garbage collector?

There was a comment in the question calling-system-gc-explicitly stating that "You can not "force" a generic JVM to do garbage collection because a garbage collector is not actually required by the JVM spec.". My question is if there's such a JVM (and how and where does it get used, if so).

like image 286
maaartinus Avatar asked Jan 24 '11 19:01

maaartinus


1 Answers

For instance, JavaCard's JVM lacked garbage collection until v3.

like image 194
9000 Avatar answered Sep 26 '22 21:09

9000