diff options
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r-- | runtime/runtime.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index 86464abe0d..77ec23812a 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -316,8 +316,7 @@ class Runtime { } bool IsMethodHandlesEnabled() const { - // return experimental_flags_ & ExperimentalFlags::kMethodHandles; - return true; + return experimental_flags_ & ExperimentalFlags::kMethodHandles; } void DisallowNewSystemWeaks() REQUIRES_SHARED(Locks::mutator_lock_); |