Skip to content

Commit

Permalink
8335108: Build error after JDK-8333658 due to class templates
Browse files Browse the repository at this point in the history
Reviewed-by: jwaters, jsjolen
  • Loading branch information
Sonia Zaldana Calles authored and TheShermanTanker committed Jun 26, 2024
1 parent 5883a20 commit b5d5896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/nmt/arrayWithFreeList.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class ArrayWithFreeList {
}

public:
NONCOPYABLE(ArrayWithFreeList<E COMMA flag>);
NONCOPYABLE(ArrayWithFreeList);

ArrayWithFreeList(int initial_capacity = 8)
: _backing_storage(initial_capacity),
Expand Down

1 comment on commit b5d5896

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.