Description
AbstractServiceTracker.stop() currently throws an ISE when called on a stopped instance (i.e. called more than once). I think clients shouldn't need to worry about the state of a service tracker but that method should be idempotent instead.