langtools/test/tools/javac/lambda/FunctionalInterfaceConversionTest.java
changeset 23801 e9b2766ef89c
parent 15384 5a8d00abf076
child 30730 d3ce7619db2c
equal deleted inserted replaced
23800:f7ffcfe938f2 23801:e9b2766ef89c
     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