RFR: 8274069: Clean up g1ParScanThreadState a bit [v3]

Thomas Schatzl tschatzl at openjdk.java.net
Tue Sep 21 14:45:15 UTC 2021


> 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

Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:

  ayang review, fixed comment

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/5607/files
  - new: https://git.openjdk.java.net/jdk/pull/5607/files/8cf9b6a9..769254c8

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5607&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5607&range=01-02

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5607.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5607/head:pull/5607

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



More information about the hotspot-gc-dev mailing list