langtools/test/tools/javac/limits/PoolSize2.java
changeset 22157 cc13a9d2832c
parent 5520 86e4b9a9da40
equal deleted inserted replaced
22156:8eefa8ab3f41 22157:cc13a9d2832c
    25  * @test
    25  * @test
    26  * @bug 4309152
    26  * @bug 4309152
    27  * @summary Compiler silently generates bytecode that exceeds VM limits
    27  * @summary Compiler silently generates bytecode that exceeds VM limits
    28  * @author gafter
    28  * @author gafter
    29  *
    29  *
    30  * @compile/fail PoolSize2.java
    30  * @compile/fail/ref=PoolSize2.out -XDrawDiagnostics PoolSize2.java
    31  */
    31  */
    32 
    32 
    33 import java.io.PrintStream;
    33 import java.io.PrintStream;
    34 
    34 
    35 class PoolSize2 {
    35 class PoolSize2 {