This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]