1 JNI_OnLoad called 2 Create Main instance 3 Calling functions on concrete Main 4 Calling non-conflicting function on Main 5 CHARGE 6 Calling conflicting function on Main 7 Expected ICCE Thrown on Main 8 Calling non-conflicting function on Main 9 CHARGE 10 Calling functions on interface Iface 11 Calling non-conflicting function on Iface 12 CHARGE 13 Calling conflicting function on Iface 14 Expected ICCE Thrown on Iface 15 Calling non-conflicting function on Iface 16 CHARGE 17 Calling functions on interface Iface2 18 Calling conflicting function on Iface2 19 Expected ICCE Thrown on Iface2 20