Skip to content

Commit b5d5896

Browse files
Sonia Zaldana CallesTheShermanTanker
Sonia Zaldana Calles
authored andcommitted
8335108: Build error after JDK-8333658 due to class templates
Reviewed-by: jwaters, jsjolen
1 parent 5883a20 commit b5d5896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/nmt/arrayWithFreeList.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class ArrayWithFreeList {
6060
}
6161

6262
public:
63-
NONCOPYABLE(ArrayWithFreeList<E COMMA flag>);
63+
NONCOPYABLE(ArrayWithFreeList);
6464

6565
ArrayWithFreeList(int initial_capacity = 8)
6666
: _backing_storage(initial_capacity),

0 commit comments

Comments
 (0)