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: FYI: Fix for PR 4859


>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:

Mark> This fix still has a (very small) chance of generating the same
Mark> "bug".  If the timer is stopped between the !queue.isStopperd()
Mark> and the queue.enqueue(task) then you will still get the
Mark> IllegalStateException.

Thanks for pointing this out.

Mark> OK to commit?

It's absurd for you to ask permission to fix a problem in a class you
wrote!  Generally speaking our rule has been: if you wrote it, you can
change it.  So please commit this, and in the future feel free to just
post "FYI" patches for changes to classes you've written (or otherwise
worked on extensively).

Tom


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