changeset 56193:66c880e5d21d

8230671: x86_32 build failures after JDK-8229496 Reviewed-by: thartmann
author shade
date Fri, 06 Sep 2019 09:26:23 +0200
parents 7ac4273bb49b
children d6e2dbf20eaa
files src/hotspot/cpu/x86/x86_32.ad
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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*/ );