ThreadLocal is missing the `initialValue()` method from the JDK. I'd like to add it. Current GWT code: https://github.com/gwtproject/gwt/blob/4825d47eee7505346de372a159db55b18b006a2a/user/super/com/google/gwt/emul/java/lang/ThreadLocal.java JDK API: https://docs.oracle.com/javase/7/docs/api/java/lang/ThreadLocal.html#initialValue()