On Mon, 20 Jun 2022 21:22:42 GMT, Maurizio Cimadamore <mcimadam...@openjdk.org> wrote:
> The various SegmentAllocator subclasses do not check for the constraints > mentioned in the javadoc. > This patch pulls the checks into a common routine in the Utils class, and > then call that check routine from all the `allocate` implementations. Marked as reviewed by psandoz (Reviewer). ------------- PR: https://git.openjdk.org/jdk19/pull/50