Aladdin - Scala Bugtracking
[#1040] project: compiler priority: medium category: bug
submitter assigned to status date submitted
Stephane Adriaan fixed 2007-04-10 16:13:49.0
subject ClassFormatError: method name is invalid at offset=0
code
testing: [...]/files/run/tcpoly_parseridioms.scala
what happened
java.lang.ClassFormatError: (ParserIdioms$class) method name is invalid at offset=0
        at java.lang.ClassLoader.defineClassImpl(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:223)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:148)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:556)
        at java.net.URLClassLoader.access$400(URLClassLoader.java:119)
        at java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java:961)
        at java.security.AccessController.doPrivileged(AccessController.java:275)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:487)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:602)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:568)
        at Test$.(tcpoly_parseridioms.scala:107)
        at Test$.(tcpoly_parseridioms.scala)
        at java.lang.J9VMInternals.initializeImpl(Native Method)
        at java.lang.J9VMInternals.initialize(J9VMInternals.java:187)
        at Test.main(tcpoly_parseridioms.scala)
        [...]
what expected no crash on IBM J9 JVM
[back to overview]
Changes of this bug report
Stephane  edited on  2007-04-10 17:39:08.0
reassigned to Adriaan (see TODO notice in source file)
Adriaan  edited on  2007-04-16 13:39:45.0
fixed by not using exotic names, see bug 1046 that's dedicated to this issue