8161024: Remove intermittent key from java/lang/Runtime/exec/LotsOfOutput.java
authoramlu
Thu, 04 Aug 2016 15:45:24 +0800
changeset 40119 ae953a86f275
parent 40118 f63c761ec2d2
child 40120 ac96fa31cdf3
8161024: Remove intermittent key from java/lang/Runtime/exec/LotsOfOutput.java Reviewed-by: darcy
jdk/test/java/lang/Runtime/exec/LotsOfOutput.java
--- a/jdk/test/java/lang/Runtime/exec/LotsOfOutput.java	Wed Aug 03 21:15:05 2016 +0200
+++ b/jdk/test/java/lang/Runtime/exec/LotsOfOutput.java	Thu Aug 04 15:45:24 2016 +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
  */