On 02/01/2010 10:01 AM, David M. Lloyd wrote:
On 02/01/2010 09:21 AM, Adrian Brock wrote:
> On Mon, 2010-02-01 at 13:36 +0100, Adrian Brock wrote:
>> Obviously, I still need to figure out why it is failing with
>> useLoadClassForParent=false
>> That's just an optimization to avoid locking the
>> bootstrap classloader too much. It should have the same
>> semantics.
>>
https://jira.jboss.org/jira/browse/JBCL-142
>
> It took me a while to figure this out because it occurs
> while the logging is getting reconfigured, meaning it was
> difficult to get information about what was happening. :-)
>
> I'm not really sure how to fix it?
What if I just replaced Math.min() with a static method in that class? I
know it doesn't address the underlying issue, but it would work around the
immediate problem?
I went ahead and made this change - jboss-stdio no longer relies on
Math.min() (it was only used once anyway) so hopefully this issue will
disappear.
- DML