From b81b86da9849fbc4fb341bff8a23d10aee9967b3 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Wed, 10 Apr 2024 01:33:13 +0000 Subject: [PATCH] 8329729: java/util/Properties/StoreReproducibilityTest.java times out Reviewed-by: alanb --- test/jdk/java/util/Properties/StoreReproducibilityTest.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/jdk/java/util/Properties/StoreReproducibilityTest.java b/test/jdk/java/util/Properties/StoreReproducibilityTest.java index b77f3262a4a..7072b24dc0c 100644 --- a/test/jdk/java/util/Properties/StoreReproducibilityTest.java +++ b/test/jdk/java/util/Properties/StoreReproducibilityTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2021, 2024, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -45,6 +45,9 @@ import java.util.TimeZone; * @test * @summary Tests that the Properties.store() APIs generate output that is reproducible * @bug 8231640 8282023 8316540 + * @comment The test launches several processes and in the presence of -Xcomp it's too slow + * and thus causes timeouts + * @requires vm.compMode != "Xcomp" * @library /test/lib * @run driver StoreReproducibilityTest */