• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • DSO:L1
  • asi
  • Reporter: asi
  • February 16, 2007
  • 0
  • Watchers: 0
  • July 27, 2012
  • February 19, 2007

Description

We re-implement FutureTask and use adapter to change the package name. The adapter fails to take care of a methodInsn and FutureTask is failing after the fix for DistributedMethodCall.

FutureTaskTest is currently disabled until this issue is fixed.

Comments

Antonio Si 2007-02-19

To fix this problem and to be consistent with the instrumentation for Hashtable and HashMap, FutureTask is refactored. com/tc/util/concurrent/FutureTask is renamed to java/util/concurrent/FutureTaskTC and use instrumentation to change to java/util/concurrent/FutureTask.

FutureTaskTest is enabled.