On Thu, 11 Jul 2024 21:08:20 GMT, Kevin Walls <kev...@openjdk.org> wrote:
> Short version: > Stop testing this test with -Xcomp by adding requires vm.compMode != "Xcomp" > > Make additional typo fixes and tidyups while here, it's just shocking. > > TestDescription.java contains the test definition, so the "requires" goes > there, with a comment. > > Updates to from001.java are typos and clarifications, and a changed loop with > a poll on a queue rather than block forever. This pull request has now been integrated. Changeset: 7ea77305 Author: Kevin Walls <kev...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/7ea773056433c467dbd321a0a063f4789552ef89 Stats: 68 lines in 2 files changed: 33 ins; 1 del; 34 mod 8332551: Test vmTestbase/nsk/monitoring/MemoryNotificationInfo/from/from001/TestDescription.java timed out Reviewed-by: sspitsyn, lmesnik ------------- PR: https://git.openjdk.org/jdk/pull/20146