Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-beta-3
Description
MethodHandles provide a simple and efficient test guard using SwitchPoint. It allows to invalidate many handles from a central point without having to actually check that guard on each invocation. This way method calls can be faster, than with an explicit check.