because runtime class verification is computationally expensive for midp vms, midp has a special two-step bytecode verification scheme.
因为对于midpvm 而言,运行时类验证在计算上代价很高,所以 midp有特殊的两步字节码验证方案。
even with these security measures in place, not all code that passes bytecode verification should be allowed to run.
即使适当地采取了这些安全性措施,也并非所有通过字节码验证的代码都被允许运行。
due to the high computational overhead of this operation, however, midp vms do not perform complete bytecode verification at runtime.
但是,由于这种操作的高昂计算开销,midpvm不在运行时执行完整的字节码验证。
the bytecode verification process guarantees that an application cannot access memory spaces or use resources outside of its domain.
字节码验证过程保证了应用程序不能访问内存空间或使用其域外的资源。
it may include jvm settings such as disabling bytecode verification and reducing jit compilation costs.
它还可能包括jvm设置,比如,禁用字节码验证和减少jit编译成本。