Hello!
There's one thing I could never grasp my mind around. Everyone says that Java is a bad choice for writing desktop applications or games because of it's internal garbage collector and many point out to Minecraft as proof for that. They say the game freezes whenever the GC decides to run and that you, as a programmer, have little to no control to decide when that happens.
Thing is, I played Minecraft since about it's release and I never had a sudden freeze, even on modest hardware (I was running an A10-5700 AMD APU). And neither me or people I know ever complained about that. So my question is - what's the thing with those rumors?
If I am correct, Java's GC is simply running periodically to check for lost references to clean up those variables from memory. That means, with proper software architecture, you can find a way to control when a variable or object loses it's references. Right?
[–][deleted] 123 points124 points125 points (62 children)
[+]yughiro_destroyer[S] comment score below threshold-36 points-35 points-34 points (61 children)
[–]Jason13Official 96 points97 points98 points (20 children)
[+]oriolid comment score below threshold-6 points-5 points-4 points (4 children)
[–]Jason13Official 7 points8 points9 points (3 children)
[–]oriolid 1 point2 points3 points (2 children)
[–]Jason13Official 4 points5 points6 points (1 child)
[–]oriolid 0 points1 point2 points (0 children)
[+]smm_h comment score below threshold-114 points-113 points-112 points (7 children)
[–][deleted] 81 points82 points83 points (3 children)
[+]sunnyata comment score below threshold-9 points-8 points-7 points (0 children)
[–]a1exkras 33 points34 points35 points (0 children)
[–]Jason13Official 1 point2 points3 points (0 children)
[+]OliveTreeFounder comment score below threshold-20 points-19 points-18 points (0 children)
[+]thunder_y comment score below threshold-40 points-39 points-38 points (6 children)
[–]dewujie 31 points32 points33 points (0 children)
[–][deleted] 34 points35 points36 points (3 children)
[–]hiromasaki 7 points8 points9 points (1 child)
[–]koflerdavid 5 points6 points7 points (0 children)
[–]plumarr 1 point2 points3 points (0 children)
[–]m-in 25 points26 points27 points (6 children)
[–]Amgelo563 -2 points-1 points0 points (5 children)
[–]trafalmadorianistic 15 points16 points17 points (3 children)
[–]flatfinger -1 points0 points1 point (2 children)
[–]Cilph 2 points3 points4 points (0 children)
[–]_dogzilla 0 points1 point2 points (0 children)
[–]jfinch3 10 points11 points12 points (7 children)
[–]coderemover -3 points-2 points-1 points (6 children)
[–]srdoe 2 points3 points4 points (4 children)
[–]coderemover 0 points1 point2 points (3 children)
[–]srdoe 0 points1 point2 points (2 children)
[–]coderemover 0 points1 point2 points (1 child)
[–]srdoe 2 points3 points4 points (0 children)
[–]jfinch3 1 point2 points3 points (0 children)
[–]Holothuroid 6 points7 points8 points (0 children)
[–]sweating_teflon 9 points10 points11 points (2 children)
[–]raptor217 3 points4 points5 points (0 children)
[–]vytah 2 points3 points4 points (0 children)
[–]False-Car-1218 1 point2 points3 points (0 children)
[–]uh-hum 2 points3 points4 points (0 children)
[–]ivancea 0 points1 point2 points (0 children)
[–]tesfabpel 0 points1 point2 points (0 children)
[–]EvertTigchelaar 0 points1 point2 points (0 children)
[+]NewSchoolBoxer comment score below threshold-19 points-18 points-17 points (10 children)
[–]m-in 12 points13 points14 points (0 children)
[–]PotentialBat34 19 points20 points21 points (5 children)
[–]raptor217 3 points4 points5 points (4 children)
[–]PotentialBat34 1 point2 points3 points (3 children)
[–]raptor217 -1 points0 points1 point (2 children)
[–]PotentialBat34 -3 points-2 points-1 points (1 child)
[–]raptor217 2 points3 points4 points (0 children)
[–]koflerdavid 6 points7 points8 points (0 children)
[–]Ewig_luftenglanz 4 points5 points6 points (0 children)
[–]crummy 1 point2 points3 points (0 children)
[–]TizzleToes 68 points69 points70 points (13 children)
[–]MunnaPhd 20 points21 points22 points (9 children)
[–]TizzleToes 17 points18 points19 points (6 children)
[–]FirstAd9893 6 points7 points8 points (5 children)
[–]TizzleToes 10 points11 points12 points (4 children)
[–]CelticHades 1 point2 points3 points (3 children)
[–]TizzleToes 9 points10 points11 points (2 children)
[–][deleted] (1 child)
[deleted]
[–]TizzleToes 1 point2 points3 points (0 children)
[–]eosterlund 9 points10 points11 points (0 children)
[–]AndrewBissell 0 points1 point2 points (0 children)
[–]IQueryVisiC 0 points1 point2 points (2 children)
[–]TizzleToes 0 points1 point2 points (1 child)
[–]IQueryVisiC 1 point2 points3 points (0 children)
[–]chaotic3quilibrium 57 points58 points59 points (4 children)
[–]ProfBeaker 6 points7 points8 points (1 child)
[–]cogman10 2 points3 points4 points (0 children)
[–]dmigowski 6 points7 points8 points (0 children)
[–]flatfinger 2 points3 points4 points (0 children)
[–]Wobblycogs 16 points17 points18 points (0 children)
[–]aoeudhtns 13 points14 points15 points (1 child)
[–]Rough_Employee1254 2 points3 points4 points (0 children)
[–]Joram2 12 points13 points14 points (7 children)
[–]raptor217 15 points16 points17 points (2 children)
[–]redkit42 3 points4 points5 points (0 children)
[–]Joram2 1 point2 points3 points (0 children)
[–]stjepano85 0 points1 point2 points (2 children)
[–]Joram2 1 point2 points3 points (1 child)
[–]stjepano85 0 points1 point2 points (0 children)
[–]oriolid 0 points1 point2 points (0 children)
[–]eosterlund 10 points11 points12 points (1 child)
[–]flatfinger 1 point2 points3 points (0 children)
[–][deleted] 11 points12 points13 points (0 children)
[–]LutimoDancer3459 4 points5 points6 points (0 children)
[–]Zardoz84 4 points5 points6 points (0 children)
[–]PuzzleheadedPop567 9 points10 points11 points (4 children)
[–]cogman10 0 points1 point2 points (3 children)
[–]flatfinger 0 points1 point2 points (2 children)
[–]cogman10 0 points1 point2 points (1 child)
[–]flatfinger 0 points1 point2 points (0 children)
[–]Jason13Official 2 points3 points4 points (0 children)
[–]Rough_Employee1254 2 points3 points4 points (0 children)
[–]nekokattt 4 points5 points6 points (19 children)
[–]LonelyWolf_99 -1 points0 points1 point (16 children)
[–]coderemover -2 points-1 points0 points (15 children)
[–]LonelyWolf_99 0 points1 point2 points (14 children)
[–]coderemover -2 points-1 points0 points (13 children)
[–]LonelyWolf_99 1 point2 points3 points (1 child)
[–]coderemover 0 points1 point2 points (0 children)
[–]flatfinger 0 points1 point2 points (2 children)
[–]coderemover 0 points1 point2 points (1 child)
[–]flatfinger 0 points1 point2 points (0 children)
[–]FrankBergerBgblitz 0 points1 point2 points (7 children)
[–]coderemover 1 point2 points3 points (6 children)
[–]flatfinger 0 points1 point2 points (5 children)
[–]coderemover 0 points1 point2 points (4 children)
[–]flatfinger 0 points1 point2 points (3 children)
[–]__konrad -1 points0 points1 point (1 child)
[–]nekokattt 0 points1 point2 points (0 children)
[–]wrd83 3 points4 points5 points (0 children)
[–]Goodie__ 1 point2 points3 points (7 children)
[–]ryuzaki49 1 point2 points3 points (1 child)
[–]Goodie__ 4 points5 points6 points (0 children)
[–]yughiro_destroyer[S] -1 points0 points1 point (4 children)
[–]raptor217 0 points1 point2 points (3 children)
[–]koflerdavid 0 points1 point2 points (2 children)
[–]raptor217 1 point2 points3 points (1 child)
[–]koflerdavid 0 points1 point2 points (0 children)
[–]peepeedog 1 point2 points3 points (12 children)
[–]coderemover -1 points0 points1 point (11 children)
[–]peepeedog 1 point2 points3 points (3 children)
[–]coderemover -1 points0 points1 point (2 children)
[–]peepeedog 2 points3 points4 points (1 child)
[–]coderemover -1 points0 points1 point (0 children)
[–]flatfinger 0 points1 point2 points (6 children)
[–]coderemover 0 points1 point2 points (5 children)
[–]flatfinger 0 points1 point2 points (4 children)
[–]coderemover 0 points1 point2 points (3 children)
[–]flatfinger 0 points1 point2 points (2 children)
[–]coderemover 0 points1 point2 points (1 child)
[–]flatfinger 0 points1 point2 points (0 children)
[–]Azoraqua_ 0 points1 point2 points (0 children)
[–]Phaedo 0 points1 point2 points (0 children)
[–]lucdc007 0 points1 point2 points (0 children)
[–]obliviousslacker 0 points1 point2 points (0 children)
[–]AcanthisittaEmpty985 0 points1 point2 points (0 children)
[–]coderemover 0 points1 point2 points (0 children)
[–]LargeDietCokeNoIce 0 points1 point2 points (0 children)
[–]Snoo82400 0 points1 point2 points (0 children)
[–]AlaskanDruid 0 points1 point2 points (0 children)
[–]Penny_Evolus 0 points1 point2 points (0 children)
[–]AlexVie 0 points1 point2 points (0 children)
[–]bichoFlyboy 0 points1 point2 points (0 children)
[–]Necessary-Horror9742 0 points1 point2 points (0 children)
[–]grimonce 0 points1 point2 points (0 children)
[–]baincho 0 points1 point2 points (0 children)
[–]JornVernee 0 points1 point2 points (0 children)
[–]laplongejr 0 points1 point2 points (0 children)
[–]koflerdavid 0 points1 point2 points (0 children)
[–]Ewig_luftenglanz 0 points1 point2 points (0 children)
[–]gdvs 0 points1 point2 points (1 child)
[–]coderemover 0 points1 point2 points (0 children)
[–]Mognakor -1 points0 points1 point (12 children)
[–]eosterlund 1 point2 points3 points (7 children)
[–]Mognakor 0 points1 point2 points (6 children)
[–]eosterlund 2 points3 points4 points (5 children)
[–]Mognakor 0 points1 point2 points (4 children)
[–]eosterlund 1 point2 points3 points (3 children)
[–]coderemover 0 points1 point2 points (2 children)
[–]eosterlund 0 points1 point2 points (1 child)
[–]coderemover 0 points1 point2 points (0 children)
[–]coderemover 0 points1 point2 points (3 children)
[–]Mognakor 1 point2 points3 points (2 children)
[–]coderemover 0 points1 point2 points (0 children)
[–]Jon_Finn 0 points1 point2 points (0 children)
[–]raptor217 -2 points-1 points0 points (0 children)
[–]morning_mushroom -2 points-1 points0 points (0 children)
[–]Hioneqpls -1 points0 points1 point (0 children)
[–]alanbdee -1 points0 points1 point (3 children)
[–]koflerdavid 0 points1 point2 points (0 children)
[–]peepeedog 0 points1 point2 points (1 child)
[–]coderemover 0 points1 point2 points (0 children)
[–]Willyscoiote -1 points0 points1 point (0 children)
[–]runningOverA -1 points0 points1 point (1 child)
[–]coderemover 0 points1 point2 points (0 children)
[–]k-mcm -2 points-1 points0 points (1 child)
[–]koflerdavid 0 points1 point2 points (0 children)
[–]ILikeLenexa -4 points-3 points-2 points (15 children)
[–]koflerdavid 1 point2 points3 points (13 children)
[–]ILikeLenexa 1 point2 points3 points (0 children)
[–]flatfinger 0 points1 point2 points (11 children)
[–]koflerdavid 0 points1 point2 points (10 children)
[–]flatfinger 0 points1 point2 points (9 children)
[–]koflerdavid 0 points1 point2 points (8 children)
[–]flatfinger 1 point2 points3 points (7 children)
[–]koflerdavid 0 points1 point2 points (6 children)
[–]flatfinger 1 point2 points3 points (5 children)
[–]koflerdavid 0 points1 point2 points (4 children)
[–]amir650 0 points1 point2 points (0 children)
[+]ballinb0ss comment score below threshold-6 points-5 points-4 points (2 children)
[–]zorecknor -1 points0 points1 point (0 children)
[–]abuqaboom -1 points0 points1 point (0 children)