Skip to content

Instantly share code, notes, and snippets.

@hgomez
Created November 10, 2012 20:34
Show Gist options
  • Save hgomez/4052397 to your computer and use it in GitHub Desktop.
Save hgomez/4052397 to your computer and use it in GitHub Desktop.
OpenJDK8 build failure with gcc 4.7
Compiling /home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/runtime/biasedLocking.cpp
Compiling /home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp
Compiling /home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/utilities/bitMap.cpp
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp: In instantiation of 'void AscendTreeCensusClosure<Chunk_t, FreeList_t>::do_tree(TreeList<Chunk_t, FreeList_t>*) [with Chunk_t = FreeChunk; FreeList_t = AdaptiveFreeList]':
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1295:21: required from here
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:943:7: error: 'do_list' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:943:7: note: declarations in dependent base 'TreeCensusClosure<FreeChunk, AdaptiveFreeList>' are not found by unqualified lookup
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:943:7: note: use 'this->do_list' instead
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp: In instantiation of 'TreeList<Chunk_t, FreeList_t>* TreeList<Chunk_t, FreeList_t>::remove_chunk_replace_if_needed(TreeChunk<Chunk_t, FreeList_t>*) [with Chunk_t = Metablock; FreeList_t = FreeList]':
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1407:16: required from here
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:242:7: error: 'link_tail' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:242:7: note: declarations in dependent base 'FreeList<Metablock>' are not found by unqualified lookup
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:242:7: note: use 'this->link_tail' instead
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp: In instantiation of 'void TreeList<Chunk_t, FreeList_t>::return_chunk_at_head(TreeChunk<Chunk_t, FreeList_t>*) [with Chunk_t = Metablock; FreeList_t = FreeList]':
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1407:16: required from here
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:326:5: error: 'link_tail' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:326:5: note: declarations in dependent base 'FreeList<Metablock>' are not found by unqualified lookup
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:326:5: note: use 'this->link_tail' instead
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp: In instantiation of 'void TreeList<Chunk_t, FreeList_t>::return_chunk_at_tail(TreeChunk<Chunk_t, FreeList_t>*) [with Chunk_t = Metablock; FreeList_t = FreeList]':
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1407:16: required from here
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:299:3: error: 'link_tail' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:299:3: note: declarations in dependent base 'FreeList<Metablock>' are not found by unqualified lookup
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:299:3: note: use 'this->link_tail' instead
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp: In instantiation of 'TreeList<Chunk_t, FreeList_t>* TreeList<Chunk_t, FreeList_t>::remove_chunk_replace_if_needed(TreeChunk<Chunk_t, FreeList_t>*) [with Chunk_t = Metachunk; FreeList_t = FreeList]':
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1411:16: required from here
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:242:7: error: 'link_tail' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:242:7: note: declarations in dependent base 'FreeList<Metachunk>' are not found by unqualified lookup
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:242:7: note: use 'this->link_tail' instead
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp: In instantiation of 'void TreeList<Chunk_t, FreeList_t>::return_chunk_at_head(TreeChunk<Chunk_t, FreeList_t>*) [with Chunk_t = Metachunk; FreeList_t = FreeList]':
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1411:16: required from here
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:326:5: error: 'link_tail' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:326:5: note: declarations in dependent base 'FreeList<Metachunk>' are not found by unqualified lookup
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:326:5: note: use 'this->link_tail' instead
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp: In instantiation of 'void TreeList<Chunk_t, FreeList_t>::return_chunk_at_tail(TreeChunk<Chunk_t, FreeList_t>*) [with Chunk_t = Metachunk; FreeList_t = FreeList]':
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1411:16: required from here
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:299:3: error: 'link_tail' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:299:3: note: declarations in dependent base 'FreeList<Metachunk>' are not found by unqualified lookup
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:299:3: note: use 'this->link_tail' instead
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp: In instantiation of 'TreeList<Chunk_t, FreeList_t>* TreeList<Chunk_t, FreeList_t>::remove_chunk_replace_if_needed(TreeChunk<Chunk_t, FreeList_t>*) [with Chunk_t = FreeChunk; FreeList_t = AdaptiveFreeList]':
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1418:16: required from here
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:242:7: error: 'link_tail' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:242:7: note: declarations in dependent base 'FreeList<FreeChunk>' are not found by unqualified lookup
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:242:7: note: use 'this->link_tail' instead
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp: In instantiation of 'void TreeList<Chunk_t, FreeList_t>::return_chunk_at_head(TreeChunk<Chunk_t, FreeList_t>*) [with Chunk_t = FreeChunk; FreeList_t = AdaptiveFreeList]':
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1418:16: required from here
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:326:5: error: 'link_tail' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:326:5: note: declarations in dependent base 'FreeList<FreeChunk>' are not found by unqualified lookup
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:326:5: note: use 'this->link_tail' instead
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp: In instantiation of 'void TreeList<Chunk_t, FreeList_t>::return_chunk_at_tail(TreeChunk<Chunk_t, FreeList_t>*) [with Chunk_t = FreeChunk; FreeList_t = AdaptiveFreeList]':
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1418:16: required from here
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:299:3: error: 'link_tail' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:299:3: note: declarations in dependent base 'FreeList<FreeChunk>' are not found by unqualified lookup
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:299:3: note: use 'this->link_tail' instead
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp: In instantiation of 'bool DescendTreeSearchClosure<Chunk_t, FreeList_t>::do_tree(TreeList<Chunk_t, FreeList_t>*) [with Chunk_t = Metablock; FreeList_t = FreeList]':
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1058:42: required from 'Chunk_t* BinaryTreeDictionary<Chunk_t, FreeList_t>::find_chunk_ends_at(HeapWord*) const [with Chunk_t = Metablock; FreeList_t = FreeList]'
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1408:16: required from here
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1025:7: error: 'do_list' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1025:7: note: declarations in dependent base 'TreeSearchClosure<Metablock, FreeList>' are not found by unqualified lookup
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1025:7: note: use 'this->do_list' instead
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp: In instantiation of 'void AscendTreeCensusClosure<Chunk_t, FreeList_t>::do_tree(TreeList<Chunk_t, FreeList_t>*) [with Chunk_t = Metablock; FreeList_t = FreeList]':
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1070:3: required from 'void BinaryTreeDictionary<Chunk_t, FreeList_t>::begin_sweep_dict_census(double, float, float, float) [with Chunk_t = Metablock; FreeList_t = FreeList]'
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1408:16: required from here
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:943:7: error: 'do_list' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:943:7: note: declarations in dependent base 'TreeCensusClosure<Metablock, FreeList>' are not found by unqualified lookup
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:943:7: note: use 'this->do_list' instead
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp: In instantiation of 'void DescendTreeCensusClosure<Chunk_t, FreeList_t>::do_tree(TreeList<Chunk_t, FreeList_t>*) [with Chunk_t = Metablock; FreeList_t = FreeList]':
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1174:3: required from 'void BinaryTreeDictionary<Chunk_t, FreeList_t>::set_tree_hints() [with Chunk_t = Metablock; FreeList_t = FreeList]'
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1408:16: required from here
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:955:7: error: 'do_list' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:955:7: note: declarations in dependent base 'TreeCensusClosure<Metablock, FreeList>' are not found by unqualified lookup
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:955:7: note: use 'this->do_list' instead
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp: In instantiation of 'bool DescendTreeSearchClosure<Chunk_t, FreeList_t>::do_tree(TreeList<Chunk_t, FreeList_t>*) [with Chunk_t = Metachunk; FreeList_t = FreeList]':
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1058:42: required from 'Chunk_t* BinaryTreeDictionary<Chunk_t, FreeList_t>::find_chunk_ends_at(HeapWord*) const [with Chunk_t = Metachunk; FreeList_t = FreeList]'
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1412:16: required from here
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1025:7: error: 'do_list' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1025:7: note: declarations in dependent base 'TreeSearchClosure<Metachunk, FreeList>' are not found by unqualified lookup
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1025:7: note: use 'this->do_list' instead
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp: In instantiation of 'void AscendTreeCensusClosure<Chunk_t, FreeList_t>::do_tree(TreeList<Chunk_t, FreeList_t>*) [with Chunk_t = Metachunk; FreeList_t = FreeList]':
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1070:3: required from 'void BinaryTreeDictionary<Chunk_t, FreeList_t>::begin_sweep_dict_census(double, float, float, float) [with Chunk_t = Metachunk; FreeList_t = FreeList]'
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1412:16: required from here
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:943:7: error: 'do_list' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:943:7: note: declarations in dependent base 'TreeCensusClosure<Metachunk, FreeList>' are not found by unqualified lookup
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:943:7: note: use 'this->do_list' instead
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp: In instantiation of 'void DescendTreeCensusClosure<Chunk_t, FreeList_t>::do_tree(TreeList<Chunk_t, FreeList_t>*) [with Chunk_t = Metachunk; FreeList_t = FreeList]':
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1174:3: required from 'void BinaryTreeDictionary<Chunk_t, FreeList_t>::set_tree_hints() [with Chunk_t = Metachunk; FreeList_t = FreeList]'
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1412:16: required from here
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:955:7: error: 'do_list' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:955:7: note: declarations in dependent base 'TreeCensusClosure<Metachunk, FreeList>' are not found by unqualified lookup
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:955:7: note: use 'this->do_list' instead
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp: In instantiation of 'bool DescendTreeSearchClosure<Chunk_t, FreeList_t>::do_tree(TreeList<Chunk_t, FreeList_t>*) [with Chunk_t = FreeChunk; FreeList_t = AdaptiveFreeList]':
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1058:42: required from 'Chunk_t* BinaryTreeDictionary<Chunk_t, FreeList_t>::find_chunk_ends_at(HeapWord*) const [with Chunk_t = FreeChunk; FreeList_t = AdaptiveFreeList]'
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1419:16: required from here
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1025:7: error: 'do_list' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1025:7: note: declarations in dependent base 'TreeSearchClosure<FreeChunk, AdaptiveFreeList>' are not found by unqualified lookup
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1025:7: note: use 'this->do_list' instead
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp: In instantiation of 'void DescendTreeCensusClosure<Chunk_t, FreeList_t>::do_tree(TreeList<Chunk_t, FreeList_t>*) [with Chunk_t = FreeChunk; FreeList_t = AdaptiveFreeList]':
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1174:3: required from 'void BinaryTreeDictionary<Chunk_t, FreeList_t>::set_tree_hints() [with Chunk_t = FreeChunk; FreeList_t = AdaptiveFreeList]'
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:1419:16: required from here
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:955:7: error: 'do_list' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:955:7: note: declarations in dependent base 'TreeCensusClosure<FreeChunk, AdaptiveFreeList>' are not found by unqualified lookup
/home/hgomez/openjdkathome/sources/openjdk8/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp:955:7: note: use 'this->do_list' instead
gmake[6]: *** [binaryTreeDictionary.o] Error 1
gmake[6]: *** Waiting for unfinished jobs....
gmake[5]: *** [the_vm] Error 2
gmake[4]: *** [product] Error 2
gmake[3]: *** [generic_build2] Error 2
gmake[2]: *** [product] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment