On Thu, 6 Aug 2026 15:52:13 GMT, Chris Plummer <[email protected]> wrote:
> [JDK-8247504](https://bugs.openjdk.org/browse/JDK-8247504) SA: > InstanceKlass.getSize() needs an update because of inline types > > I think this issue is relevant to these two tests, but currently they are > immune to this bug since the tests contain no value types. At one point they > were using Byte, and this caused the tests to fail in preview mode, but the > Byte reference has been removed. Maybe this issue could resolve with [this commit](https://github.com/YaSuenag/jdk/commit/cf72ca327d72926cc0639533ddad9cd53ef6b58b). TestInstanceKlassSize could pass with `Byte`. Note that some changes are overlapped with another commit for FlatArray. ------------- PR Comment: https://git.openjdk.org/jdk/pull/32210#issuecomment-5225070580
