This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: initialize ProcessManager early
>>>>> "David" == David Daney <ddaney@avtrex.com> writes:
David> New patch attached (still untested).
If it works, it is fine by me.
David> - InheritableThreadLocal.newChildThread(this);
David> + if (!noInheritableThreadLocal)
David> + InheritableThreadLocal.newChildThread(this);
A comment here explaining why would be useful.
You could lift the comment from my patch.
Tom