commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [commit-cp] [patch #3612] serious race condition injava.lang.VMThrea


From: Jeroen Frijters
Subject: RE: [commit-cp] [patch #3612] serious race condition injava.lang.VMThread.create(...)
Date: Tue, 4 Jan 2005 18:06:37 +0100

Stephen Crawley wrote:
> Original Submission:  There is a nasty race condition in the 
> VMThread.create that bites on Kissme.

I don't think there is. Thread.start() is synchronized and
VMThread.run() synchronizes on the thread before calling Thread.run(),
so VMThread.create() will always have run to completion before any user
code runs in the thread.

Regards,
Jeroen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]