On Fri, 18 Dec 2020 05:55:48 GMT, Xue-Lei Andrew Fan <xue...@openjdk.org> wrote:
> The inner class StatusResponseManager#ResponseCacheEntry could be static, for > better performance. > > Code cleanup, no new regression test. > > Bug: https://bugs.openjdk.java.net/browse/JDK-8258661 Looks fine. Based on the comment it probably was supposed to be static from the get-go. Not sure why I didn't add that keyword originally. ------------- Marked as reviewed by jnimeh (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/1838