What problems could disabling Java bytecode verification cause?

Viewed 2231

This answer says that verification is used to ensure that Java bytecode "follows Java language rules for safety".

If this verification were not performed, unsafe bytecode would be allowed to run. What problems could this cause?

Are there any situations in which disabling bytecode verification would be acceptable?

2 Answers
Related