-
Enhancement
-
Resolution: Fixed
-
P3
-
1.1.2, 1.2.2, 1.3.0, 1.4.0, 1.4.1, 5.0
-
tiger
-
generic, x86, sparc
-
generic, solaris_2.5.1, windows_2000
A great number of bugs occur simply due to developers need to create their own
concurrency constructs on top of Java's very low-level non-oo concurrency
constructs or using the Java's primitive constructs directly (necessitating a
high-degree of domain knowledge in regard to concurrency issues in both
cases).
By creating a standard concurrency library, the comparatively few concurrency
experts can provide the typical developer a higher-level, debugged, object-
oriented aid in the development of concurrent applications. The design
patterns and documentation that would accompany this library would also help to
increase the awareness and base level knowledge that the typical developer
would have regarding concurrent programming.
JSR-166 is developing such a library through the JCP.
======================================================================
- duplicates
-
JDK-4645685 RFE: add high resolution clock method
-
- Closed
-
-
JDK-4076743 it is not possible to see if an object is locked
-
- Closed
-
-
JDK-4324793 RFE: Easier re-using of Threads using Runnable interface
-
- Closed
-
-
JDK-4403899 RFE: Object class needs notify(Thread t) method
-
- Closed
-
-
JDK-4432777 Standard ThreadPool object
-
- Closed
-
-
JDK-4432922 Cyclic iteration of hash tables for efficient workset algorithms
-
- Closed
-
-
JDK-4455423 Add an atomic test-and-set operation
-
- Closed
-
-
JDK-4748143 Add C#'s Monitor.TryEnter method to synchronized blocks
-
- Closed
-