File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
test/jdk/java/lang/ProcessBuilder Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
2828 * @summary Verify Signal mask is cleared by ProcessBuilder start
2929 * @bug 8234262
3030 * @requires (os.family == "linux" | os.family == "mac")
31+ * @comment Don't allow -Xcomp, it disturbs the relative timing of the sleep and kill commands
32+ * @requires (vm.compMode != "Xcomp")
3133 * @run main/othervm UnblockSignals
3234 * @run main/othervm -Xrs UnblockSignals
3335 */
You can’t perform that action at this time.
0 commit comments