< prev index next >

src/share/vm/memory/barrierSet.hpp

Print this page
rev 7800 : [mq]: cleanupOopInlineHpp

*** 158,168 **** virtual void read_region(MemRegion mr) = 0; // (For efficiency reasons, this operation is specialized for certain // barrier types. Semantically, it should be thought of as a call to the // virtual "_work" function below, which must implement the barrier.) ! inline void write_region(MemRegion mr); protected: virtual void write_region_work(MemRegion mr) = 0; public: // Inform the BarrierSet that the the covered heap region that starts // with "base" has been changed to have the given size (possibly from 0, --- 158,168 ---- virtual void read_region(MemRegion mr) = 0; // (For efficiency reasons, this operation is specialized for certain // barrier types. Semantically, it should be thought of as a call to the // virtual "_work" function below, which must implement the barrier.) ! void write_region(MemRegion mr); protected: virtual void write_region_work(MemRegion mr) = 0; public: // Inform the BarrierSet that the the covered heap region that starts // with "base" has been changed to have the given size (possibly from 0,
< prev index next >