Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increment the SharedClasses cache generation number
When new bytecodes were added in #1831 for the truncated returns, the SCC generation number wasn't incremented which can lead to crashes. Currently the VM will attempt to destroy and recreate the SCC if the SHA in the header is different but if can't, it will continue to use the cache. The only sure way (today) to prevent this issue is to increment the cache generation. Do this now to prevent VerifyErrors due to unknown bytecodes while we work out the right behaviour. issue: #5380 Signed-off-by: Dan Heidinga <daniel_heidinga@ca.ibm.com>
- Loading branch information