reference to AbstractStringBuilder in compiled class file
998014Mar 20 2013 — edited Apr 10 2013The source file uses StringBuffer and StringBuilder classes and doesn't have any reference to AbstractStringBuilder, but the decompiled class has it.
Because of this reference, application fails with NoClassdefFoundError while running on IBM JRE.
Any thoughts on how to debug this issue or what could have caused this ? Or pointers on how to narrow down this issue ?
snippet from the decompiled class (generated using javap -v )
const #613 = class #992; // java/lang/AbstractStringBuilder
..
.
const #992 = Asciz java/lang/AbstractStringBuilder;