On Fri, 25 Apr 2025 23:37:13 GMT, Brent Christian <bchri...@openjdk.org> wrote:
> The newly-added `WhiteBox.waitForReferenceProcessing()` (see > [8305186](https://bugs.openjdk.org/browse/JDK-8305186)) always fails with > assertions enabled. > I've updated the assertion, and also added the test I used locally to test > the new method (just not with assertions enabled, apparently.) This pull request has now been integrated. Changeset: bf52eb03 Author: Brent Christian <bchri...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/bf52eb035865353fdf5c6c242f9676a51dcc9e22 Stats: 31 lines in 2 files changed: 30 ins; 0 del; 1 mod 8355632: WhiteBox.waitForReferenceProcessing() fails assert for return type Reviewed-by: kbarrett ------------- PR: https://git.openjdk.org/jdk/pull/24892