< prev index next >

src/share/vm/opto/parse2.cpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1998, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 2146,2155 **** --- 2146,2157 ---- case Bytecodes::_ifle: case Bytecodes::_ifne: case Bytecodes::_ifeq: // If this is a backwards branch in the bytecodes, add Safepoint maybe_add_safepoint(iter().next_get_dest()); + default: + break; } } b = pop_pair(); a = pop_pair(); c = _gvn.transform( new CmpL3Node( a, b ));
< prev index next >