Thomas Schatzl

Results 5 issues of Thomas Schatzl

Hi all, can I have reviews for this change that fixes a bug in how young gen is calculating when G1 is using the region reserve already - in that...

ready
rfr
hotspot-gc

Hi all, can I get reviews for this change that refactors the many per-destination arrays in `PLABAllocator` into an array of struct as I promised in the review for [JDK-8288966](https://bugs.openjdk.org/browse/JDK-8288966)/[PR#9726](https://github.com/openjdk/jdk/pull/9726)?...

rfr
hotspot-gc

Hi all, can I have reviews for this change that moves out clearing CLD marks from the concurrent start pause to the concurrent phase? The idea is that instead of...

rfr
hotspot

Hi all, please review this change that moves TAMS ownership and handling out of `HeapRegion` into `G1ConcurrentMark`. The rationale is that it's intrinsically a data structure only used by the...

rfr
hotspot
hotspot-gc

Hi all, after [JDK-8330694](https://bugs.openjdk.org/browse/JDK-8330694) which renamed HeapRegion to G1HeapRegion, there were a few related helper classes in this CR that were not renamed. It's purely mechanical renaming without even further...

ready
rfr
serviceability
hotspot