mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-08 23:20:20 +00:00
Added check for NULL prior to continuation of method look up to avoid runtime crash during look up of Object's superclass' methods. Reviewed-by: coleenp, hseigel