We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003e86f commit 5eb2c59Copy full SHA for 5eb2c59
src/hotspot/share/gc/shared/modRefBarrierSet.hpp
@@ -61,9 +61,9 @@ class ModRefBarrierSet: public BarrierSet {
61
62
// Below length is the # array elements being written
63
virtual void write_ref_array_pre(oop* dst, size_t length,
64
- bool dest_uninitialized = false) {}
+ bool dest_uninitialized) {}
65
virtual void write_ref_array_pre(narrowOop* dst, size_t length,
66
67
// Below count is the # array elements being written, starting
68
// at the address "start", which may not necessarily be HeapWord-aligned
69
inline void write_ref_array(HeapWord* start, size_t count);
0 commit comments