Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:Um, it's online (Score 2, Insightful) 1270

The garbage collector runs in a low priority thread. If you just run some code that is doing nothing but calling System.gc(), then of course it will be called. However, if your code is actually trying to do something else, it really is just a "hint" as the other poster stated.

Slashdot Top Deals

"Unibus timeout fatal trap program lost sorry" - An error message printed by DEC's RSTS operating system for the PDP-11

Working...