On Wed, 11 Nov 2020 15:19:05 GMT, Albert Mingkun Yang <ay...@openjdk.org> wrote:
>> Thomas Schatzl has updated the pull request incrementally with one >> additional commit since the last revision: >> >> ayang review > > A general comment for future PRs: I think it's best to isolate mechanical > changes into their own commits; e.g. `HeapRegionManager* _hrm;` -> > `HeapRegionManager _hrm;`. Otherwise, a real change, buried in the immense > size of diff, might slip through. Thanks @albertnetymk @iklam @iignatev for your reviews. ------------- PR: https://git.openjdk.java.net/jdk/pull/1162