--- old/src/hotspot/cpu/x86/x86_32.ad 2020-07-16 18:40:51.652810747 -0700 +++ new/src/hotspot/cpu/x86/x86_32.ad 2020-07-16 18:40:51.532810747 -0700 @@ -3378,16 +3378,6 @@ interface(CONST_INTER); %} -operand immU8() -%{ - predicate((0 <= n->get_int()) && (n->get_int() <= 255)); - match(ConI); - - op_cost(5); - format %{ %} - interface(CONST_INTER); -%} - operand immI16() %{ predicate((-32768 <= n->get_int()) && (n->get_int() <= 32767)); match(ConI);