< prev index next >

src/share/vm/ci/ciTypeFlow.cpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2000, 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) 2000, 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.
*** 2190,2202 **** return false; case Bytecodes::_monitorexit: // We can assume monitors are matched in this analysis. return false; - } return true; } // ------------------------------------------------------------------ // ciTypeFlow::clone_loop_heads // --- 2190,2203 ---- return false; case Bytecodes::_monitorexit: // We can assume monitors are matched in this analysis. return false; + default: return true; + } } // ------------------------------------------------------------------ // ciTypeFlow::clone_loop_heads //
< prev index next >