Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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