Integrated: 8354289: [leyden] Improve parallel recompilation parallelism

Aleksey Shipilev shade at openjdk.org
Fri Apr 11 07:37:58 UTC 2025


On Thu, 10 Apr 2025 13:00:52 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Parallel precompilation ([JDK-8352042](https://bugs.openjdk.org/browse/JDK-8352042)) uses the default compiler thread policy, that targets the normally executing applications. In assembly phase, we can actually use all threads available on the machine to complete it as quickly as possible.

This pull request has now been integrated.

Changeset: 106b2ca1
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/leyden/commit/106b2ca12aff8c9f92999202a35460d58765e3f1
Stats:     17 lines in 1 file changed: 17 ins; 0 del; 0 mod

8354289: [leyden] Improve parallel recompilation parallelism

Reviewed-by: kvn

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

PR: https://git.openjdk.org/leyden/pull/53


More information about the leyden-dev mailing list