< prev index next >

src/share/vm/opto/parse2.cpp

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1998, 2016, Oracle and/or its affiliates. All rights reserved.
+ * 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,10 +2146,12 @@
       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 >