2.0.0-redesign.15 (2020-05-04)
Bug Fixes
- Edge case for try-with-resource causing invoke-on-null errors(d2a4d0d)
- Disassembler breaking TABLESWITCH instructions (67bdf39)
- MethodHandle content in LDC insns causing parse errors (ee6da87)
- Variable types not propagation in verifier (f7aecba)
- Try-catch exception type not trimmed (a8a1953)
- Try-catch with 'null' literals get typed to 'Lnull;' (949ef2c)
- Upgrade primitives to int for stack analysis (21f2eb0)
- Using 0 instead of placeholder causing arithmetic errors in verifier (713840f)
Features
- More aggressive validation checks when loading classes, directed to explicit invalid class handling for plugins (c1e39a7)