hotspot/src/share/vm/opto/ifnode.cpp
changeset 46630 75aa3e39d02c
parent 44314 30ae899b9eca
equal deleted inserted replaced
46629:8eeacdc76bf2 46630:75aa3e39d02c
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   669               hi = TypeInt::INT->_hi;
   669               hi = TypeInt::INT->_hi;
   670               break;
   670               break;
   671             case BoolTest::ge:
   671             case BoolTest::ge:
   672               // lo unchanged
   672               // lo unchanged
   673               hi = TypeInt::INT->_hi;
   673               hi = TypeInt::INT->_hi;
       
   674               break;
       
   675             default:
   674               break;
   676               break;
   675             }
   677             }
   676             const TypeInt* rtn_t = TypeInt::make(lo, hi, cmp2_t->_widen);
   678             const TypeInt* rtn_t = TypeInt::make(lo, hi, cmp2_t->_widen);
   677             return rtn_t;
   679             return rtn_t;
   678           }
   680           }