mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8302127: Remove unused arg in write_ref_field_post
Reviewed-by: phh, kbarrett
This commit is contained in:
parent
0c9658446d
commit
28f5250fa5
6 changed files with 8 additions and 8 deletions
|
@ -49,7 +49,7 @@ public:
|
|||
inline void write_ref_field_pre(T* addr) {}
|
||||
|
||||
template <DecoratorSet decorators, typename T>
|
||||
inline void write_ref_field_post(T *addr, oop new_value) {}
|
||||
inline void write_ref_field_post(T *addr) {}
|
||||
|
||||
// Causes all refs in "mr" to be assumed to be modified.
|
||||
virtual void invalidate(MemRegion mr) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue