RFR: 7902: UseCompressedOopsRule has flipped comparison

Henrik Dafgård hdafgard at openjdk.org
Wed Sep 28 22:04:42 UTC 2022


The UseCompressedOopsRule implementation was checking that CompressedOops were disabled for heaps smaller than 32 GiB, this is the opposite of what it should do. Compressed Oops are helpful for _smaller_ heaps.

-------------

Commit messages:
 - Fix comparison in UseCompressedOopsRule

Changes: https://git.openjdk.org/jmc/pull/432/files
 Webrev: https://webrevs.openjdk.org/?repo=jmc&pr=432&range=00
  Issue: https://bugs.openjdk.org/browse/JMC-7902
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jmc/pull/432.diff
  Fetch: git fetch https://git.openjdk.org/jmc pull/432/head:pull/432

PR: https://git.openjdk.org/jmc/pull/432


More information about the jmc-dev mailing list