RFR: 8169293: [JVMCI] incorrect assertion in HotSpotResolvedObjectTypeImpl.resolveMethod

Doug Simon doug.simon at oracle.com
Sun Nov 6 13:19:27 UTC 2016


Please review this small fix for an incorrect assertion. The assertion at the top of HotSpotResolvedObjectTypeImpl.resolveMethod is incorrect as the receiver can represent an array type (e.g., hashCode() can be resolved for an array type).

https://bugs.openjdk.java.net/browse/JDK-8169293
http://cr.openjdk.java.net/~dnsimon/8169293/

-Doug


More information about the hotspot-compiler-dev mailing list