RFR: 8303362: Serial: Move CardTableRS to serial directory
Thomas Schatzl
tschatzl at openjdk.org
Tue Feb 28 17:10:04 UTC 2023
On Tue, 28 Feb 2023 15:38:54 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Simple refactoring to move a Serial-only file outside `shared` folder. Split into two commits for easier reviewing.
>
> 1. Move and renaming.
> 2. Sort headers.
Lgtm apart from that commented oversight.
src/hotspot/share/gc/serial/cardTableRS.hpp line 26:
> 24:
> 25: #ifndef SHARE_GC_SERIAL_CARDTABLERS_HPP
> 26: #define SHARE_GC_SERIAL_CARDTABLERS_HPP
The closing `#endif` still uses `// SHARE_GC_SHARED_CARDTABLERS_HPP`.
-------------
Marked as reviewed by tschatzl (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12789
More information about the hotspot-gc-dev
mailing list