# HG changeset patch # User jvanek # Date 1501245183 -3600 # Node ID 75662a7ec1719b3133636d09bd078968579a55ab # Parent c3c450608912f782cd7645debd3eec486fdb1b6a 8185502: No overflow operator on OpenJDK 7 Summary: Remove usage of overflow in x86_32.ad Reviewed-by: roland, andrew diff -r c3c450608912 -r 75662a7ec171 src/cpu/x86/vm/x86_32.ad --- a/src/cpu/x86/vm/x86_32.ad Fri Jun 02 08:45:34 2017 +0200 +++ b/src/cpu/x86/vm/x86_32.ad Fri Jul 28 13:33:03 2017 +0100 @@ -5105,8 +5105,6 @@ greater_equal(0x6, "be"); less_equal(0x3, "nb"); greater(0x2, "b"); - overflow(0x0, "o"); - no_overflow(0x1, "no"); %} %}