RFR (XS) 8206931: Misleading "COMPILE SKIPPED: invalid non-klass dependency" compile log

Aleksey Shipilev shade at redhat.com
Tue Jul 10 12:04:29 UTC 2018


On 07/10/2018 01:19 PM, Vladimir Ivanov wrote:
> src/hotspot/share/ci/ciEnv.cpp:
> 
> IMO the code is more readable when the check is left as is, but the messages are swapped instead:
> 
>      } else if (Dependencies::is_klass_type(result)) {
>        record_failure("concurrent class loading");
>      } else {
>        record_failure("invalid non-klass dependency");
>      }

That makes sense:
 http://cr.openjdk.java.net/~shade/8206931/webrev.02/

-Aleksey

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20180710/a215b5f4/signature.asc>


More information about the hotspot-compiler-dev mailing list