1 Reply Latest reply on Sep 23, 2006 12:19 PM by timba

    Bug in CodeGen class

    timba


      Hi! I found a bug in getArrayWriteOp method!! There is not treatment for a write operation on a array of type short. This simple line solve the problem:

      case SHORT :
      return SASTORE;

      thanks