blob: 3f30c1bcd96d2f2617927f3ade6dd689b7e1e928 [file] [log] [blame]
Calin Juravle92a6ed22014-12-02 18:58:03 +00001Tests that new-instance throws:
2- InstantiationError on interfaces and abstract classes
3- IllegalAccessError on inaccessible classes
4- NoClassDefFoundError on unknown classes
5
6This also verifies that we don't remove dead (code) new-instances which may
7throw.