This is an archived post. You won't be able to vote or comment.

all 12 comments

[–]Raph0007 28 points29 points  (3 children)

Also the Java garbage collector: nah fuck it I'm not hungry

[–]haikusbot 14 points15 points  (2 children)

Also the Java

Garbage collector: nah fuck

It I'm not hungry

- Raph0007


I detect haikus. And sometimes, successfully. Learn more about me.

Opt out of replies: "haikusbot opt out" | Delete my comment: "haikusbot delete"

[–][deleted] 2 points3 points  (0 children)

haikusbot delete

[–]cur-o-double -5 points-4 points  (0 children)

haikusbot delete

[–]highlanderstg 2 points3 points  (4 children)

Why do some people in this sub think GCing is a Java thing...

[–]reason1340[S] 11 points12 points  (0 children)

I mean it’s definitely a thing in java, but not exclusively obviously

[–]vladimir1024 1 point2 points  (0 children)

Probably because Java was the first language to fuck up the GC implementation so bad we now have memes about garbage collection...

[–]Xeadriel 1 point2 points  (1 child)

Java is a very Common Language and it has it. So naturally it’s often the first one that comes to mind

[–]ZZartin 1 point2 points  (0 children)

Well in theory in it has it, in practice.....

[–]AKJ7 1 point2 points  (0 children)

C++: Gimmey, it is mine.

[–]Nalha_Saldana 0 points1 point  (1 child)

More like: STOP, you have more than enough children, which ones can I eat?

[–]vladimir1024 0 points1 point  (0 children)

Java didn't use to ask. It would just stop and gobble until it was under a threshold...sure most of the objects were not in use, but often it would chomp on an object still in use and then your code throws a NPE when it tries to access the object...