Integrated: 8253270: Limit fastdebug inlining in G1 evacuation
Kim Barrett
kbarrett at openjdk.java.net
Fri Sep 18 19:32:03 UTC 2020
On Thu, 17 Sep 2020 08:26:06 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Please review this change to G1 evacuation to prevent inlining of some functions in debug (particularly, fastdebug)
> builds. This reduces the size of the generated code to stay away from limits encountered with gcc when compiling for
> aarch64. As a side benefit, this adds more call frames that might be helpful with debugging. Testing: tier1
> Verified expected inlining on linux-x64 and linux-aarch64 in both release and fastdebug builds.
This pull request has now been integrated.
Changeset: f37c34d3
Author: Kim Barrett <kbarrett at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/f37c34d3
Stats: 22 lines in 2 files changed: 0 ins; 15 del; 7 mod
8253270: Limit fastdebug inlining in G1 evacuation
Reviewed-by: tschatzl, sjohanss, ayang
-------------
PR: https://git.openjdk.java.net/jdk/pull/220
More information about the hotspot-gc-dev
mailing list