Hacker News new | ask | show | jobs
by haberman 4113 days ago
> I don't think the JVM mentions GC at all. It just assumes infinite memory.

It seems like it must mention something about finalizers.

1 comments

Actually, strangely enough, I can't find any mention of finalizers at all in the JVM spec. The Java spec does, of course, but I can't find it in the JVM spec.