8161024: Remove intermittent key from java/lang/Runtime/exec/LotsOfOutput.java
Reviewed-by: darcy
--- 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
*/