src/hotspot/share/gc/z/c2/zBarrierSetC2.hpp
changeset 50875 2217b2fc29ea
parent 50525 767cdb97f103
child 51485 0c7040d1d1ca
--- a/src/hotspot/share/gc/z/c2/zBarrierSetC2.hpp	Thu Jun 28 10:09:58 2018 +0000
+++ b/src/hotspot/share/gc/z/c2/zBarrierSetC2.hpp	Thu Jun 28 12:14:37 2018 +0200
@@ -35,8 +35,8 @@
   bool _writeback;          // Controls if the barrier writes the healed oop back to memory
                             // A swap on a memory location must never write back the healed oop
   bool _oop_reload_allowed; // Controls if the barrier are allowed to reload the oop from memory
-                            // before healing, otherwise both the oop and the address must be passed to the
-                            // barrier from the oop
+                            // before healing, otherwise both the oop and the address must be
+                            // passed to the barrier from the oop
 
   static bool is_dominator(PhaseIdealLoop* phase, bool linear_only, Node *d, Node *n);
   void push_dominated_barriers(PhaseIterGVN* igvn) const;