< prev index next >

test/java/lang/ref/OOMEInReferenceHandler.java

Print this page

        

@@ -25,10 +25,11 @@
  * @test
  * @bug 7038914 8016341
  * @summary Verify that the reference handler does not die after an OOME allocating the InterruptedException object
  * @run main/othervm -XX:-UseGCOverheadLimit -Xmx24M -XX:-UseTLAB OOMEInReferenceHandler
  * @author peter.levart@gmail.com
+ * @key intermittent
  */
 
 import java.lang.ref.*;
 
 public class OOMEInReferenceHandler {
< prev index next >