Odi's astoundingly incomplete notes
New entries | Code-XX:+UseNewHashFunction glitches
Be careful with using the
I observed that Log4J was suddenly dropping lines from the log. It didn't do that when stepping through the code in the debugger, however. Very strange. The only global thing I had recently added was the above VM option. So I removed it again. And since then logging has been working fine!
-XX:+UseNewHashFunction HotSpot VM option.I observed that Log4J was suddenly dropping lines from the log. It didn't do that when stepping through the code in the debugger, however. Very strange. The only global thing I had recently added was the above VM option. So I removed it again. And since then logging has been working fine!
Add comment