Re: svn commit: r1661762 - in /commons/proper/lang/trunk/src: changes/ main/java/org/apache/commons/lang3/concurrent/ test/java/org/apache/commons/lang3/concurrent/

2015-02-26 Thread Oliver Heger
Hi Arthur, I don't have any principle objections against your implementation. I just don't want it as a replacement for the AtomicSafeInitializer class. The latter was designed and announces itself to use only atomic variables for its synchronization and no other types of locks. This premise no l

Re: svn commit: r1661762 - in /commons/proper/lang/trunk/src: changes/ main/java/org/apache/commons/lang3/concurrent/ test/java/org/apache/commons/lang3/concurrent/

2015-02-26 Thread Arthur Naseef
A few questions coming to mind here: - First off, how do we move this forward? - What do we do with the new implementation? - What is a good way to address the busy-wait in the original code? - What is a good way to address the fact that all threads will busy-wait in the

[Math] MATH-1206

2015-02-26 Thread Gilles
Hi. See https://issues.apache.org/jira/browse/MATH-1206 The "getChiSquare()" was in the older API (in "o.a.c.m.optim) but not in the refactored one (in "o.a.c.m.fitting.leastsquares"). I suppose that it was deemed obvious that the chi2 could be obtained as the square of the value returned by

Re: [math] Temp changes for analyzing test failures.

2015-02-26 Thread Luc Maisonobe
Hi all, Le 25/02/2015 20:24, Thomas Neidhart a écrit : > On 02/25/2015 04:37 PM, Phil Steitz wrote: >> Seems a little silly to be spending time debugging openjdk bugs. >> Can we just set Jenkins up to use an Oracle released JDK? > > Yeah sure, it might be a waste of time, it is still annoying to

Re: [bcel] PLSE changes to BCEL

2015-02-26 Thread Ben McCann
Dave, we'd still appreciate your comment on BCEL-209 if you can take a look: https://issues.apache.org/jira/browse/BCEL-209 Thanks, Ben On Mon, Feb 23, 2015 at 5:51 AM, Emmanuel Bourg wrote: > Le 23/02/2015 14:11, Dave Brosius a écrit : > > > One specific case is that annotations are now comin

Re: svn commit: r1661762 - in /commons/proper/lang/trunk/src: changes/ main/java/org/apache/commons/lang3/concurrent/ test/java/org/apache/commons/lang3/concurrent/

2015-02-26 Thread Benedikt Ritter
2015-02-25 15:20 GMT+01:00 Benedikt Ritter : > > > 2015-02-23 21:47 GMT+01:00 Oliver Heger : > >> >> >> Am 23.02.2015 um 21:35 schrieb Benedikt Ritter: >> > Oliver Heger has raised concerns about this commit in JIRA [1]: >> > >> >> This is a strong change in the behavior of this class. The main >>