8072911: Remove includes of oop.inline.hpp from .hpp files

Reviewed-by: brutisso, coleenp, jwilhelm, simonis, dholmes
This commit is contained in:
Stefan Karlsson 2015-02-13 14:37:35 +01:00
parent c132a5a0a5
commit 4913ad5d7d
119 changed files with 451 additions and 264 deletions

View file

@ -160,7 +160,7 @@ public:
// (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);
void write_region(MemRegion mr);
protected:
virtual void write_region_work(MemRegion mr) = 0;
public: