On Wed, 1 Dec 2021 14:47:54 GMT, Roger Riggs <rri...@openjdk.org> wrote:
> Compilation warnings of the test library introduce noise in test output and > should be addressed or suppressed. > Changes include: > - SuppressWarnings("deprecation") and SuppressWarnings("removal") > - Adding type parameters to Raw types > - Adding a hashCode method where equals was already present Changes look reasonable to me but since I am not familiar with all those files it might be best to get at least one additional reviewer. ------------- Marked as reviewed by dfuchs (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/6638