Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8269120: Build failure with GCC 6.3.0 after JDK-8017163
Reviewed-by: iwalulya, tschatzl, kbarrett
  • Loading branch information
shipilev committed Jun 23, 2021
1 parent a5e4307 commit 6237630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/gc/g1/g1CardSetMemory.hpp
Expand Up @@ -200,7 +200,7 @@ class G1CardSetAllocator {
// by this allocator.

static G1CardSetContainer* volatile* next_ptr(G1CardSetContainer& node);
typedef LockFreeStack<G1CardSetContainer, &next_ptr> NodeStack;
typedef LockFreeStack<G1CardSetContainer, &G1CardSetAllocator::next_ptr> NodeStack;

volatile bool _transfer_lock;
NodeStack _free_nodes_list;
Expand Down

1 comment on commit 6237630

@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.