mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
Merge
This commit is contained in:
commit
5117e1a805
358 changed files with 58875 additions and 1800 deletions
|
@ -100,9 +100,9 @@ protected:
|
|||
public:
|
||||
|
||||
// ...then the post-write version.
|
||||
inline void write_ref_field(void* field, oop new_val);
|
||||
inline void write_ref_field(void* field, oop new_val, bool release = false);
|
||||
protected:
|
||||
virtual void write_ref_field_work(void* field, oop new_val) = 0;
|
||||
virtual void write_ref_field_work(void* field, oop new_val, bool release = false) = 0;
|
||||
public:
|
||||
|
||||
// Invoke the barrier, if any, necessary when writing the "bytes"-byte
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue