[8u-dev] Question regarding JDK-8129861

David Holmes david.holmes at oracle.com
Wed Oct 11 06:50:24 UTC 2017


Hi,

On 11/10/2017 4:40 PM, Horvath.Bystrik wrote:
> Hello,
> 
> I would like to ask why the issue JDK-8129861 : High processor load for ScheduledThreadPoolExecutor with 0 core threads (http://bugs.java.com/view_bug.do?bug_id=8129861) is not part of any of JDK8 update. It is fixed in JDK9, but not officially backported. There are several issues from java.util.concurrent treated like this. The backport exists as a part of enhancements of JSR166  - http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/jdk8/java/util/ , but it is not a part of any update of JDK8.

The changes were done as a bulk update for 9:

https://bugs.openjdk.java.net/browse/JDK-8134853

which includes some slight specification changes that may not be 
suitable for an update release. Individually backporting those changes 
that can be backported is doable but you have to find someone to 
actually do it. Not all bug fixes are automatically backported.

David

> Thank you in advance for the answer.
> 
> Best regards,
> Bystrik
> 


More information about the jdk8u-dev mailing list