# HG changeset patch # User dxu # Date 1343620647 -3600 # Node ID 40418203511317e4fdce4da8e5291fed703ba1d5 # Parent 5d8d9440d223800a60565f712e819e8b24678e17 7185340: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Leaky.java failing intermittently [win] Reviewed-by: alanb diff -r 5d8d9440d223 -r 404182035113 jdk/test/java/nio/channels/AsynchronousSocketChannel/Leaky.java --- a/jdk/test/java/nio/channels/AsynchronousSocketChannel/Leaky.java Fri Jul 27 22:26:19 2012 -0700 +++ b/jdk/test/java/nio/channels/AsynchronousSocketChannel/Leaky.java Mon Jul 30 04:57:27 2012 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2008, 2012, 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 @@ -22,9 +22,9 @@ */ /* @test - * @bug 4607272 6999915 + * @bug 4607272 6999915 7185340 * @summary Unit test for AsynchronousSocketChannel - * @run main/othervm -XX:+DisableExplicitGC -XX:MaxDirectMemorySize=64m Leaky + * @run main/othervm -XX:+DisableExplicitGC -XX:MaxDirectMemorySize=75m Leaky */ import java.nio.ByteBuffer;