Waiver needed for component libjsoundalsa.so. This library references ALSA library and interfaces. I fixed OpenJDK so that it loads libjsoundalsa with RTLD_NOW, so if any of interfaces referenced (or the whole libasound.so) is missing on the system, java throws an exception and does not crash, both in the time of dlopen and later, at times of calling referenced interfaces. ``Elf header checks failed`` is a known problem, caused by use of gcc-4.3 in unfixed appchecker, see http://bugs.linuxbase.org/show_bug.cgi?id=2402 . In ``Other'' section there are some kind of Dynamic tag problems. I don't know what they are, but in the proper environment they shold be dismissed, I think. Deprecated interfaces and non-lsb command (they are caused not by openjdk, but by wrapping scripts and debian-specific stuff) were not solved because I missed the timeline. That's not crucial to main goal, I suppose.