mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8072911: Remove includes of oop.inline.hpp from .hpp files
Reviewed-by: brutisso, coleenp, jwilhelm, simonis, dholmes
This commit is contained in:
parent
c132a5a0a5
commit
4913ad5d7d
119 changed files with 451 additions and 264 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue