< prev index next >

src/hotspot/share/c1/c1_Instruction.hpp

Print this page

@@ -509,11 +509,11 @@
   }
 
   bool is_flattened_array() const;             // FIXME -- remove it
 
   bool is_loaded_flattened_array() const;
-  bool maybe_flattened_array() const;
+  bool maybe_flattened_array();
 
   Instruction *insert_after_same_bci(Instruction *i) {
 #ifndef PRODUCT
     i->set_printable_bci(printable_bci());
 #endif
< prev index next >