< prev index next >

src/hotspot/share/c1/c1_Instruction.hpp

Print this page

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