RFR: 8276102: JDK-8245095 integration reverted JDK-8247980

Julia Boes jboes at openjdk.java.net
Fri Oct 29 08:08:15 UTC 2021


On Thu, 28 Oct 2021 11:13:57 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> See the [integration commit](https://github.com/openjdk/jdk/commit/9d191fce55fa70d6a2affc724fad57b0e20e4bde#diff-5b9b15832385ab8e02ffca3ddef6d65a9dea73f45abbe5e4f0be561be02073ffR30
> ) for JDK-8245095. It reintroduced `java/util/stream` in `exclusiveAccess.dirs`, which effectively reverts JDK-8247980. I noticed this because jdk:tier1 became slow again. 
> 
> @FrauBoes, that was not intentional, right? 
> 
> The solution is to drop `java/util/stream` again.
> 
> Additional testing:
>  - [x] Linux x86_64 fastdebug `jdk:tier1` tests are fast again

That was definitely not intentional, thanks for spotting @shipilev!

-------------

PR: https://git.openjdk.java.net/jdk/pull/6153


More information about the core-libs-dev mailing list