Java Reflection: Modifying Private Static Final Fields

While debugging memory leaks, I often need to modify field values via reflection. I came across a great Stack Overflow answer worth documenting. ...

June 16, 2015 · 2 min · haoxiqiang