# HG changeset patch # User shade # Date 1567754783 -7200 # Node ID 66c880e5d21da6df4e369712691c9145197b39aa # Parent 7ac4273bb49bd8294113d114a3b097d7eb0cbf13 8230671: x86_32 build failures after JDK-8229496 Reviewed-by: thartmann diff -r 7ac4273bb49b -r 66c880e5d21d src/hotspot/cpu/x86/x86_32.ad --- a/src/hotspot/cpu/x86/x86_32.ad Thu Sep 05 17:38:54 2019 -0700 +++ b/src/hotspot/cpu/x86/x86_32.ad Fri Sep 06 09:26:23 2019 +0200 @@ -7315,7 +7315,7 @@ ins_pipe( empty ); %} -instruct castLL( rRegL dst ) %{ +instruct castLL( eRegL dst ) %{ match(Set dst (CastLL dst)); format %{ "#castLL of $dst" %} ins_encode( /*empty encoding*/ );