8335108: Build error after JDK-8333658 due to class templates
Reviewed-by: jwaters, jsjolen
This commit is contained in:
parent
5883a20b82
commit
b5d589623c
@ -60,7 +60,7 @@ private:
|
||||
}
|
||||
|
||||
public:
|
||||
NONCOPYABLE(ArrayWithFreeList<E COMMA flag>);
|
||||
NONCOPYABLE(ArrayWithFreeList);
|
||||
|
||||
ArrayWithFreeList(int initial_capacity = 8)
|
||||
: _backing_storage(initial_capacity),
|
||||
|
Loading…
x
Reference in New Issue
Block a user