test/tools/javac/limits/PoolSize2.java

Print this page
rev 2218 : [mq]: first

@@ -25,11 +25,11 @@
  * @test
  * @bug 4309152
  * @summary Compiler silently generates bytecode that exceeds VM limits
  * @author gafter
  *
- * @compile/fail PoolSize2.java
+ * @compile/fail/ref=PoolSize2.out -XDrawDiagnostics PoolSize2.java
  */
 
 import java.io.PrintStream;
 
 class PoolSize2 {