8134806: Clean up write_ref_field_work

Remove unnecessary pure virtual decl and default argument values.

Reviewed-by: jwilhelm, tbenson, jmasa
This commit is contained in:
Kim Barrett 2015-09-02 11:41:42 -04:00
parent f55b656f2d
commit 8ebc8387ba
5 changed files with 7 additions and 6 deletions

View file

@ -145,7 +145,7 @@ public:
// ...then the post-write version.
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, bool release = false) = 0;
virtual void write_ref_field_work(void* field, oop new_val, bool release) = 0;
public:
// Invoke the barrier, if any, necessary when writing the "bytes"-byte