Loading... (original) (raw)

The template template parameters are not needed to express the functionality
of the binaryTreeDictionary. This change replaces them by simple class templates and explicit
instantiation. This simplifies consumption of the openJDK in scenarios
requiring older C++ compilers.

This change also removes dead get_chunk() from binaryTreeDictionary.cpp

backported by

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8045240 Remove use of template template parameters from binaryTreeDictionary.

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8053243 Remove use of template template parameters from binaryTreeDictionary.

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8036008 Remove use of template template parameters from binaryTreeDictionary.