您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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