Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

bcelIssues.txt 539B

123456789101112
  1. * updateTarget doesn't work with exnTargets, in particular, when the startPC and endPC are the same handle.
  2. * RemoveNOP doesn't work properly with exnTargets (and, much less importantly, local variable tables),
  3. because it always retargets to the NEXT instruction... the endPC should retarget to the LAST instruction.
  4. * parameter names aren't set correctly (to anything) when a MethodGen is read from a Method.
  5. * the superclassname of java.lang.object is set to java.lang.object (!!)
  6. * RET should be a local variable instruction