Hello. My name is Maxim, and I'm a developer of Kiev compiler for java. While developing the compiler I've found a strange bug - JVM can't find an interface method. But it's there! I can see it by javap. Also, jdk1.2 executes the same code. Of course, I run it with -verify switch - but it does not find any errors in classes.... To find out the bug I need jvm sources, but Sun does not distribute sources to countries, that are unlisted in their source-request page, namely in Ukraine. They also do not respond on my bug submition - I can't to find it in Bug Parade, and can't figure out the status and the way to generate .class files to avoid error. Please, can you check it - is it a JVM bug or not? And what's wrong with jdk1.1 ? Should I sort methods in .class file or any other ways to pass it... Please, if possible, download ver.0.04 of compiler from http://ukraine.org/kiev/download.html and help me find out the bug. I have a new version of compiler with overloadable and user-defined operators, but I can't put it to Internet, until I'll fix the bug :-(