equal
deleted
inserted
replaced
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 { |