We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae176b1 commit bfe6fe2Copy full SHA for bfe6fe2
test/jdk/java/lang/ProcessBuilder/CloseRace.java
@@ -23,10 +23,12 @@
23
24
/**
25
* @test
26
- * @bug 8024521
+ * @bug 8024521 8315721
27
* @summary Closing ProcessPipeInputStream at the time the process exits is racy
28
* and leads to data corruption. Run this test manually (as
29
* an ordinary java program) with -Xmx8M to repro bug 8024521.
30
+ * @comment Don't allow -Xcomp, it disturbs the timing
31
+ * @requires (vm.compMode != "Xcomp")
32
* @run main/othervm -Xmx8M -Dtest.duration=2 CloseRace
33
*/
34
0 commit comments