-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
5.0
-
sparc
-
solaris_2.5
I get an compiler crash when I try to compile the following statement. I
assume that autoboxing should make this legal, right?
JAVA VERSION:
java version "1.5.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta-b31)
Java HotSpot(TM) Client VM (build 1.5.0-beta-b31, mixed mode)
OS:
Windows XP pro SP1
SOURCE CODE:
JList fontSizes = new JList(new
Integer[]{8,9,10,11,12,14,16,18,20,22,24,26,28,36,48,72});
ERROR MESSAGE:
An exception has occurred in the compiler (1.5.0-beta). Please file a
bug at the Java Developer Connection
(http://java.sun.com/cgi-bin/bugreport.cgi) after checking the Bug
Parade for duplicates. Include your program and the following diagnostic
in your report. Thank you.
java.lang.ArrayIndexOutOfBoundsException: -1
at com.sun.tools.javac.jvm.Code.emitop0(Code.java:545)
at
com.sun.tools.javac.jvm.Items$StackItem.duplicate(Items.java:271)
at com.sun.tools.javac.jvm.Gen.visitNewArray(Gen.java:1702)
at com.sun.tools.javac.tree.Tree$NewArray.accept(Tree.java:848)
at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:801)
at com.sun.tools.javac.jvm.Gen.genArgs(Gen.java:819)
at com.sun.tools.javac.jvm.Gen.visitNewClass(Gen.java:1689)
at com.sun.tools.javac.tree.Tree$NewClass.accept(Tree.java:832)
at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:801)
at com.sun.tools.javac.jvm.Gen.visitAssign(Gen.java:1743)
at com.sun.tools.javac.tree.Tree$Assign.accept(Tree.java:874)
at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:801)
at com.sun.tools.javac.jvm.Gen.visitExec(Gen.java:1596)
at com.sun.tools.javac.tree.Tree$Exec.accept(Tree.java:725)
at com.sun.tools.javac.jvm.Gen.genDef(Gen.java:648)
at com.sun.tools.javac.jvm.Gen.genStat(Gen.java:683)
at com.sun.tools.javac.jvm.Gen.genStat(Gen.java:669)
at com.sun.tools.javac.jvm.Gen.genStats(Gen.java:720)
at com.sun.tools.javac.jvm.Gen.visitBlock(Gen.java:967)
at com.sun.tools.javac.tree.Tree$Block.accept(Tree.java:531)
at com.sun.tools.javac.jvm.Gen.genDef(Gen.java:648)
at com.sun.tools.javac.jvm.Gen.genStat(Gen.java:683)
at com.sun.tools.javac.jvm.Gen.genMethod(Gen.java:905)
at com.sun.tools.javac.jvm.Gen.visitMethodDef(Gen.java:841)
at com.sun.tools.javac.tree.Tree$MethodDef.accept(Tree.java:473)
at com.sun.tools.javac.jvm.Gen.genDef(Gen.java:648)
at com.sun.tools.javac.jvm.Gen.genClass(Gen.java:2167)
at
com.sun.tools.javac.main.JavaCompiler.genCode(JavaCompiler.java:321)
at
com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:460)
at com.sun.tools.javac.main.Main.compile(Main.java:584)
at com.sun.tools.javac.main.Main.compile(Main.java:536)
at com.sun.tools.javac.Main.compile(Main.java:41)
at com.sun.tools.javac.Main.main(Main.java:32)
assume that autoboxing should make this legal, right?
JAVA VERSION:
java version "1.5.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta-b31)
Java HotSpot(TM) Client VM (build 1.5.0-beta-b31, mixed mode)
OS:
Windows XP pro SP1
SOURCE CODE:
JList fontSizes = new JList(new
Integer[]{8,9,10,11,12,14,16,18,20,22,24,26,28,36,48,72});
ERROR MESSAGE:
An exception has occurred in the compiler (1.5.0-beta). Please file a
bug at the Java Developer Connection
(http://java.sun.com/cgi-bin/bugreport.cgi) after checking the Bug
Parade for duplicates. Include your program and the following diagnostic
in your report. Thank you.
java.lang.ArrayIndexOutOfBoundsException: -1
at com.sun.tools.javac.jvm.Code.emitop0(Code.java:545)
at
com.sun.tools.javac.jvm.Items$StackItem.duplicate(Items.java:271)
at com.sun.tools.javac.jvm.Gen.visitNewArray(Gen.java:1702)
at com.sun.tools.javac.tree.Tree$NewArray.accept(Tree.java:848)
at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:801)
at com.sun.tools.javac.jvm.Gen.genArgs(Gen.java:819)
at com.sun.tools.javac.jvm.Gen.visitNewClass(Gen.java:1689)
at com.sun.tools.javac.tree.Tree$NewClass.accept(Tree.java:832)
at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:801)
at com.sun.tools.javac.jvm.Gen.visitAssign(Gen.java:1743)
at com.sun.tools.javac.tree.Tree$Assign.accept(Tree.java:874)
at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:801)
at com.sun.tools.javac.jvm.Gen.visitExec(Gen.java:1596)
at com.sun.tools.javac.tree.Tree$Exec.accept(Tree.java:725)
at com.sun.tools.javac.jvm.Gen.genDef(Gen.java:648)
at com.sun.tools.javac.jvm.Gen.genStat(Gen.java:683)
at com.sun.tools.javac.jvm.Gen.genStat(Gen.java:669)
at com.sun.tools.javac.jvm.Gen.genStats(Gen.java:720)
at com.sun.tools.javac.jvm.Gen.visitBlock(Gen.java:967)
at com.sun.tools.javac.tree.Tree$Block.accept(Tree.java:531)
at com.sun.tools.javac.jvm.Gen.genDef(Gen.java:648)
at com.sun.tools.javac.jvm.Gen.genStat(Gen.java:683)
at com.sun.tools.javac.jvm.Gen.genMethod(Gen.java:905)
at com.sun.tools.javac.jvm.Gen.visitMethodDef(Gen.java:841)
at com.sun.tools.javac.tree.Tree$MethodDef.accept(Tree.java:473)
at com.sun.tools.javac.jvm.Gen.genDef(Gen.java:648)
at com.sun.tools.javac.jvm.Gen.genClass(Gen.java:2167)
at
com.sun.tools.javac.main.JavaCompiler.genCode(JavaCompiler.java:321)
at
com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:460)
at com.sun.tools.javac.main.Main.compile(Main.java:584)
at com.sun.tools.javac.main.Main.compile(Main.java:536)
at com.sun.tools.javac.Main.compile(Main.java:41)
at com.sun.tools.javac.Main.main(Main.java:32)