RFR: 8267303: Replace MinObjectAlignmentSize usages for non-Java heap objects
Coleen Phillimore
coleenp at openjdk.java.net
Fri Jul 2 20:43:02 UTC 2021
Replace '3' and LogMinObjAlignmentInBytes with LogBytesPerWord (3 for LP64 and 2 for 32 bits).
Hoping git actions will test 32 bits.
Tested with tier1 on all Oracle platforms, but since I didn't change the values for our platforms, no failures expected.
-------------
Commit messages:
- 8267303: Replace MinObjectAlignmentSize usages for non-Java heap objects
Changes: https://git.openjdk.java.net/jdk/pull/4675/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4675&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8267303
Stats: 3 lines in 2 files changed: 0 ins; 0 del; 3 mod
Patch: https://git.openjdk.java.net/jdk/pull/4675.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/4675/head:pull/4675
PR: https://git.openjdk.java.net/jdk/pull/4675
More information about the hotspot-dev
mailing list