Don't disable nterp even if non-standard exits might be requested

For pop frame and force early return events from JVMTI we use
non-standard exits which are supported only in the slow interpreter. We
already have support to deoptimize when the actual event happens if the
top two frames aren't running in the slow interpreter. So it isn't
required to disable nterp as a whole just when the feature is enabled.

Test: art/test.py
Bug: 206029744
Change-Id: I4af2fd271f835157d7c867bd1e4f2f1f0c1e0929
1 file changed