mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8229838: Rename markOop files to markWord
Reviewed-by: dholmes, rehn
This commit is contained in:
parent
9f41d4d2f2
commit
a3d6be2b2d
58 changed files with 64 additions and 64 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include "memory/allocation.hpp"
|
||||
#include "memory/padded.hpp"
|
||||
#include "oops/markOop.hpp"
|
||||
#include "oops/markWord.hpp"
|
||||
#include "runtime/os.hpp"
|
||||
#include "runtime/park.hpp"
|
||||
#include "runtime/perfData.hpp"
|
||||
|
@ -75,7 +75,7 @@ class ObjectWaiter : public StackObj {
|
|||
// ObjectMonitor Layout Overview/Highlights/Restrictions:
|
||||
//
|
||||
// - The _header field must be at offset 0 because the displaced header
|
||||
// from markWord is stored there. We do not want markOop.hpp to include
|
||||
// from markWord is stored there. We do not want markWord.hpp to include
|
||||
// ObjectMonitor.hpp to avoid exposing ObjectMonitor everywhere. This
|
||||
// means that ObjectMonitor cannot inherit from any other class nor can
|
||||
// it use any virtual member functions. This restriction is critical to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue