diff options
| author | 2016-11-09 11:14:38 +0000 | |
|---|---|---|
| committer | 2016-11-09 11:14:38 +0000 | |
| commit | 751e2886f00eba428f5f9ef478befe712bb4ef4b (patch) | |
| tree | 58bbcfe2a231482b52465804b3a9ed0a49be4854 | |
| parent | 2a2f713717ace8a026cfe76c91165a5ed0d80182 (diff) | |
MethodHandles: Remove obsolete TODO.
It was addressed by change 0d781e6e17a3f6285736c590001b59d50879f13b.
Test: make build-art-host
Change-Id: Ifb3f7fa2ffc245e88c77ca41268c376be1611308
| -rw-r--r-- | runtime/interpreter/interpreter_common.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/interpreter/interpreter_common.cc b/runtime/interpreter/interpreter_common.cc index 79a2a4d5d7..5e4bb4145d 100644 --- a/runtime/interpreter/interpreter_common.cc +++ b/runtime/interpreter/interpreter_common.cc @@ -1144,8 +1144,6 @@ static inline bool DoCallPolymorphic(ArtMethod* called_method, uint32_t (&arg)[Instruction::kMaxVarArgRegs], uint32_t first_src_reg, const MethodHandleKind handle_kind) { - // TODO(narayan): Wire in the String.init hacks. - // Compute method information. const DexFile::CodeItem* code_item = called_method->GetCodeItem(); |