RFR(S): 8240854: [REDO] some jaotc failures of fastdebug build with specific flags

Roland Westrelin rwestrel at redhat.com
Wed Mar 11 12:48:13 UTC 2020


http://cr.openjdk.java.net/~roland/8240854/

Same as previous fix except the condition is now:

!superk->is_interface() && superk->is_abstract()

because is_abstract() returns true for interfaces.

Roland.



More information about the hotspot-compiler-dev mailing list