You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interface val = new Concrete[elements];
val.ifaceMethod(); //throws IncompatibleClassChangeError on J9 whereas RI throws a verification failure much earlier
With the following example:
Test files:
TestFiles.zip
Run with:
java TestInterface
We need to align the behaviour with RI for the following reasons
The text was updated successfully, but these errors were encountered: