RFR: JDK-8255268: 32-bit failures in runtime/Metaspace/elastic

Thomas Stuefe stuefe at openjdk.java.net
Thu Oct 22 20:43:19 UTC 2020


Hi,

may I please have reviews for this small test fix? This fixes the elastic metaspace tests on 32bit by increasing the alignment size (which is given in number of words) to a value valid for both 64bit and 32bit.

Tested: these tests, on 32bit and 64bit.

Thanks.

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

Commit messages:
 - JDK-8255268

Changes: https://git.openjdk.java.net/jdk/pull/817/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=817&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8255268
  Stats: 4 lines in 2 files changed: 0 ins; 0 del; 4 mod
  Patch: https://git.openjdk.java.net/jdk/pull/817.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/817/head:pull/817

PR: https://git.openjdk.java.net/jdk/pull/817


More information about the hotspot-runtime-dev mailing list