On Mon, 27 Nov 2023 19:32:04 GMT, Justin Lu <j...@openjdk.org> wrote:
> Please review this PR which fixes timeouts for the two tests: > _java/util/Locale/LocaleProvidersRun.java_ and > _java/util/ResourceBundle/modules/visibility/VisibilityTest.java_. > > These tests were updated to accept VM flags in > [JDK-8319569](https://bugs.openjdk.org/browse/JDK-8319569), which is now > causing timeouts in tiers 6 and 8. One set of VM flags causes > _VisibilityTest.java_ to timeout with a duration of over 2 hours in tier6. > > Both have been updated to run without VM flags and marked as `vm.flagless`. This pull request has now been integrated. Changeset: 69c0b243 Author: Justin Lu <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/69c0b24386d0bcf2f2d623ccef0192a54753f916 Stats: 6 lines in 2 files changed: 2 ins; 0 del; 4 mod 8320714: java/util/Locale/LocaleProvidersRun.java and java/util/ResourceBundle/modules/visibility/VisibilityTest.java timeout after passing Reviewed-by: naoto, bpb, lancea ------------- PR: https://git.openjdk.org/jdk/pull/16831