Integrated: 8283188: Build time regression caused by JDK-8278917
Albert Mingkun Yang
ayang at openjdk.java.net
Thu Mar 17 16:20:36 UTC 2022
On Wed, 16 Mar 2022 12:29:05 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Move `G1CollectedHeap::mark_evac_failure_object` to cpp so that `g1CollectedHeap.inline.hpp` doesn't need to include `g1ConcurrentMark.inline.hpp`.
>
> With the patch, the build time of clean fastdebug is reduced by ~16s.
>
> Before: 6:25.72
> After: 6:09.76
This pull request has now been integrated.
Changeset: 31df6a60
Author: Albert Mingkun Yang <ayang at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/31df6a60a8853be224d8c8b8c8ca6aea1bae2167
Stats: 16 lines in 3 files changed: 7 ins; 8 del; 1 mod
8283188: Build time regression caused by JDK-8278917
Reviewed-by: kbarrett, tschatzl
-------------
PR: https://git.openjdk.java.net/jdk/pull/7839
More information about the hotspot-gc-dev
mailing list