RFR: 8325082: Rename headers named 'heapRegion*' of G1 [v3]
Albert Mingkun Yang
ayang at openjdk.org
Fri Feb 16 17:54:54 UTC 2024
On Fri, 16 Feb 2024 14:14:39 GMT, Lei Zaakjyu <duke at openjdk.org> wrote:
> Could you please tell me the relationship between 'jdk.hotspot.agent' and the source files of hotspot?
I overlooked that this PR does only file renaming -- class names stay the same. The change inside `jdk.hotspot.agent` should be reverted for this PR. (They should be done along with the class renaming, e.g. `HeapRegion` -> `G1HeapRegion`.) Sorry for the confusion.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17666#issuecomment-1948982916
More information about the hotspot-gc-dev
mailing list