RFR: 8283188: Build time regression caused by JDK-8278917

Thomas Schatzl tschatzl at openjdk.java.net
Thu Mar 17 15:46:32 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

Marked as reviewed by tschatzl (Reviewer).

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

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



More information about the hotspot-gc-dev mailing list