RFR: 8276102: JDK-8245095 integration reverted JDK-8247980
See the [integration commit](https://github.com/openjdk/jdk/commit/9d191fce55fa70d6a2affc724fad57b0e20e4b... ) 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 ------------- Commit messages: - Fix Changes: https://git.openjdk.java.net/jdk/pull/6153/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=6153&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8276102 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.java.net/jdk/pull/6153.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/6153/head:pull/6153 PR: https://git.openjdk.java.net/jdk/pull/6153
On Thu, 28 Oct 2021 11:13:57 GMT, Aleksey Shipilev <shade@openjdk.org> wrote:
See the [integration commit](https://github.com/openjdk/jdk/commit/9d191fce55fa70d6a2affc724fad57b0e20e4b... ) 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
On Thu, 28 Oct 2021 11:13:57 GMT, Aleksey Shipilev <shade@openjdk.org> wrote:
See the [integration commit](https://github.com/openjdk/jdk/commit/9d191fce55fa70d6a2affc724fad57b0e20e4b... ) 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
Marked as reviewed by dfuchs (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/6153
On Thu, 28 Oct 2021 11:13:57 GMT, Aleksey Shipilev <shade@openjdk.org> wrote:
See the [integration commit](https://github.com/openjdk/jdk/commit/9d191fce55fa70d6a2affc724fad57b0e20e4b... ) 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
Marked as reviewed by redestad (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/6153
On Thu, 28 Oct 2021 11:13:57 GMT, Aleksey Shipilev <shade@openjdk.org> wrote:
See the [integration commit](https://github.com/openjdk/jdk/commit/9d191fce55fa70d6a2affc724fad57b0e20e4b... ) 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
All right, thanks for reviews. ------------- PR: https://git.openjdk.java.net/jdk/pull/6153
On Thu, 28 Oct 2021 11:13:57 GMT, Aleksey Shipilev <shade@openjdk.org> wrote:
See the [integration commit](https://github.com/openjdk/jdk/commit/9d191fce55fa70d6a2affc724fad57b0e20e4b... ) 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
This pull request has now been integrated. Changeset: 15fd8a30 Author: Aleksey Shipilev <shade@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/15fd8a300b503fada7611004b5cb1bda6ecc... Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8276102: JDK-8245095 integration reverted JDK-8247980 Reviewed-by: dfuchs, redestad ------------- PR: https://git.openjdk.java.net/jdk/pull/6153
participants (4)
-
Aleksey Shipilev
-
Claes Redestad
-
Daniel Fuchs
-
Julia Boes