< prev index next >

src/hotspot/share/runtime/frame.hpp

Print this page
rev 56101 : 8227745: Enable Escape Analysis for better performance when debugging
Reviewed-by: ???

@@ -335,12 +335,12 @@
   bool entry_frame_is_first() const;
 
   // Safepoints
 
  public:
-  oop saved_oop_result(RegisterMap* map) const;
-  void set_saved_oop_result(RegisterMap* map, oop obj);
+  oop saved_oop_result(const RegisterMap* map) const;
+  void set_saved_oop_result(const RegisterMap* map, oop obj);
 
   // For debugging
  private:
   const char* print_name() const;
 
< prev index next >