Integrated: 8274069: Clean up g1ParScanThreadState a bit

Thomas Schatzl tschatzl at openjdk.java.net
Wed Sep 22 11:47:04 UTC 2021


On Tue, 21 Sep 2021 11:39:53 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   can I have reviews for this change that does some minor refactoring for issues found in JDK-8271880/PR#5037:
> 
> - remove declaration without definition
> - move inlined code in the .hpp file into .inline.hpp file
> - factor out some code
> 
> Testing: gha, local compilation, local gc/g1
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: d245a8cc
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/d245a8cc852de21547928252ed6f0474f0d49b1c
Stats:     97 lines in 5 files changed: 51 ins; 34 del; 12 mod

8274069: Clean up g1ParScanThreadState a bit

Reviewed-by: sjohanss, ayang, kbarrett

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

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



More information about the hotspot-gc-dev mailing list