java/lang/Runtime/exec/LotsOfOutput.java

This test was failing intermittently (JDK-8078582 JDK-8086117). Mentioned issues have been resolved and no open bug (no failure reported) till now.

This patch is to remove @key intermittent from the test.

bug: https://bugs.openjdk.java.net/browse/JDK-8161024
webrev: http://cr.openjdk.java.net/~amlu/8161024/webrev.00/


Thanks,
Amy

--- old/test/java/lang/Runtime/exec/LotsOfOutput.java   2016-08-03 
15:47:45.000000000 +0800
+++ new/test/java/lang/Runtime/exec/LotsOfOutput.java   2016-08-03 
15:47:45.000000000 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2016, 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
@@ -25,7 +25,6 @@
  * @test
  * @bug 4369826 8078582
  * @summary Process with lots of output should not crash VM
- * @key intermittent
  * @author kladko
  */

Reply via email to