changeset 9147:0f47eef348e2 icedtea-3.1.0pre04

PR3078: Remove duplicated line dating back to 6788347 and 6894807
author andrew
date Wed, 20 Jul 2016 00:14:17 +0100
parents 6000574e256d
children 03cf8606fc7f
files src/share/vm/opto/cfgnode.cpp
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/opto/cfgnode.cpp	Sun Jul 17 18:54:24 2016 +0100
+++ b/src/share/vm/opto/cfgnode.cpp	Wed Jul 20 00:14:17 2016 +0100
@@ -988,8 +988,6 @@
       { assert(ft == _type, ""); } // Uplift to interface
     else if( !t->empty() && ttkp && ttkp->is_loaded() && ttkp->klass()->is_interface() )
       { assert(ft == _type, ""); } // Uplift to interface
-    else if( !t->empty() && ttkp && ttkp->is_loaded() && ttkp->klass()->is_interface() )
-      { assert(ft == _type, ""); } // Uplift to interface
     // Otherwise it's something stupid like non-overlapping int ranges
     // found on dying counted loops.
     else