mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8252981: ObjectMonitor::object() cleanup changes extracted from JDK-8247281
Co-authored-by: Erik Österlund <erik.osterlund@oracle.com> Co-authored-by: Daniel Daugherty <daniel.daugherty@oracle.com> Reviewed-by: rehn, coleenp, eosterlund
This commit is contained in:
parent
040c8f58e5
commit
e7a1b9bf81
8 changed files with 44 additions and 44 deletions
|
@ -328,9 +328,9 @@ class ObjectMonitor {
|
|||
|
||||
public:
|
||||
|
||||
void* object() const;
|
||||
void* object_addr();
|
||||
void set_object(void* obj);
|
||||
oop object() const;
|
||||
oop* object_addr();
|
||||
void set_object(oop obj);
|
||||
void release_set_allocation_state(AllocationState s);
|
||||
void set_allocation_state(AllocationState s);
|
||||
AllocationState allocation_state() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue