|
|
|
|
|
by kdrakon
4099 days ago
|
|
Ah, yes, didn't consider that. But what about 'this'?; for what reason could the JVM choose to GC an object that the calling thread is currently running in? The example method exists in an instance of 'this' and isn't static. |
|
Go pick apart aggressively optimized and inlined code and I bet you can find situations where 'this' never even exists.