RFR: 8087223: InterfaceMethod CP entry pointing to a class should cause ICCE (original) (raw)
Vladimir Ivanov vladimir.x.ivanov at oracle.com
Fri Nov 13 18:50:32 UTC 2015
- Previous message: RFR: 8087223: InterfaceMethod CP entry pointing to a class should cause ICCE
- Next message: RFR: 8087223: InterfaceMethod CP entry pointing to a class should cause ICCE
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks good.
bug: https://bugs.openjdk.java.net/browse/JDK-8087223 webrev: http://javaweb.us.oracle.com/~yqi/webrev/webrevs/8087223/8087223/webrev-01/
The fix solved the problem when call is from interpreter and compiler, bug for MethodHandle invoke, which should be addressed in another bug, since the MethodHandle does not come with a byte stream and getting the constant pool index at the invoke is not possible. It will be addressed in another bug. Is there a bug filed for that?
Best regards, Vladimir Ivanov
- Previous message: RFR: 8087223: InterfaceMethod CP entry pointing to a class should cause ICCE
- Next message: RFR: 8087223: InterfaceMethod CP entry pointing to a class should cause ICCE
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]