This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 16329 - Firm up definition of Mutex threading behavior
Summary: Firm up definition of Mutex threading behavior
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on: 16344
Blocks: 16328
  Show dependency tree
 
Reported: 2001-10-08 11:40 UTC by Jesse Glick
Modified: 2008-12-22 22:57 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2001-10-08 11:40:14 UTC
Please add some more detail to the org.openide.util.Mutex Javadoc, and also
write some openide unit tests, to describe more exactly what guarantees Mutex
makes about when tasks are run. For example: if you post a read request from
within a write mutex, is it guaranteed to be run before mutex.exitWriteRequest
returns? What order are tasks run in when posted from different threads, or is
it unspecified? Etc.
Comment 1 Jaroslav Tulach 2001-10-19 09:55:18 UTC
I guess Ales did most of the work. Javadoc is improved and seems to be
ok, a lot of tests is written...