test/tools/javac/lambda/FunctionalInterfaceConversionTest.java

changeset 2354
b33835c5d96a
parent 1520
5c956be64b9e
child 2525
2eb010b6cb22
equal deleted inserted replaced
2353:eae26764a056 2354:b33835c5d96a
1 /* 1 /*
2 * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
28 * perform several automated checks in lambda conversion, esp. around accessibility 28 * perform several automated checks in lambda conversion, esp. around accessibility
29 * temporarily workaround combo tests are causing time out in several platforms 29 * temporarily workaround combo tests are causing time out in several platforms
30 * @author Maurizio Cimadamore 30 * @author Maurizio Cimadamore
31 * @library ../lib 31 * @library ../lib
32 * @build JavacTestingAbstractThreadedTest 32 * @build JavacTestingAbstractThreadedTest
33 * @run main/othervm FunctionalInterfaceConversionTest 33 * @run main/timeout=600/othervm FunctionalInterfaceConversionTest
34 */ 34 */
35 35
36 // use /othervm to avoid jtreg timeout issues (CODETOOLS-7900047) 36 // use /othervm to avoid jtreg timeout issues (CODETOOLS-7900047)
37 // see JDK-8006746 37 // see JDK-8006746
38 38

mercurial