-
Bug
-
Resolution: Fixed
-
P3
-
8, 9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085008 | emb-9 | Doug Lea | P3 | Resolved | Fixed | team |
JDK-8063894 | 8u45 | Doug Lea | P3 | Resolved | Fixed | b01 |
JDK-8057709 | 8u40 | Paul Sandoz | P3 | Resolved | Fixed | b10 |
JDK-8070161 | emb-8u47 | Doug Lea | P3 | Resolved | Fixed | team |
The ForkJoin implementation in the 166 repository:
http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/main/java/util/concurrent/ForkJoinPool.java?sortby=date&view=log
http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/main/java/util/concurrent/ForkJoinTask.java?sortby=date&view=log
http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/main/java/util/concurrent/ForkJoinWorkerThread.java?sortby=date&view=log
has been updated with improved thread throttling behaviour:
http://cs.oswego.edu/pipermail/concurrency-interest/2014-July/012836.html
The implementation in jdk 9 (and preferably 8u40) should be updated accordingly.
http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/main/java/util/concurrent/ForkJoinPool.java?sortby=date&view=log
http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/main/java/util/concurrent/ForkJoinTask.java?sortby=date&view=log
http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/main/java/util/concurrent/ForkJoinWorkerThread.java?sortby=date&view=log
has been updated with improved thread throttling behaviour:
http://cs.oswego.edu/pipermail/concurrency-interest/2014-July/012836.html
The implementation in jdk 9 (and preferably 8u40) should be updated accordingly.
- backported by
-
JDK-8057709 Improve ForkJoin thread throttling
- Resolved
-
JDK-8063894 Improve ForkJoin thread throttling
- Resolved
-
JDK-8070161 Improve ForkJoin thread throttling
- Resolved
-
JDK-8085008 Improve ForkJoin thread throttling
- Resolved
- duplicates
-
JDK-8049526 Update Fork/Join code from 166 repo
- Closed
-
JDK-8049241 dead code in ForkJoinTask.java
- Closed
- relates to
-
JDK-8080623 CPU overhead in FJ due to spinning in awaitWork
- Resolved
(1 duplicates, 1 relates to)