On Tue, 10 Nov 2020 20:13:41 GMT, Serguei Spitsyn <sspit...@openjdk.org> wrote:
> One more nit, I forgot to list in my previous comment, is uneeded '()' around > comparisons: > `+ static final int REF_SIZE = ((compressedOops == null) || (compressedOops > == true)) ? 4 : 8;` Right. Fixed that. Thanks! ------------- PR: https://git.openjdk.java.net/jdk/pull/650