Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
None
-
None
-
None
-
Sun JDK 1.4.1_2 XP
Description
Following code:
class Test {
void aMethod() {
i=0;
while(i < 6)
}
static void main(args) {
}
}
causes following error:
java.lang.VerifyError: (class: Test, method: aMethod signature: (Ljava/lang/Object;)V) Inconsistent stack height 1 != 0