RFR: 8337622: IllegalArgumentException in java.lang.reflect.Field.get [v2]

David Holmes dholmes at openjdk.org
Fri Aug 9 01:53:31 UTC 2024


On Thu, 8 Aug 2024 16:44:03 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> The effect of this change is that instances of java.lang.Class will have 32 extra bits since the oop is most often compressed. We were trying to be clever to avoid that but that resulted in this user-visible inconsistency.

Sure but how does that reflect in the footprint benchmarks? Are we going to start running out of memory (metaspace?) in some of the stress tests? ...

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

PR Comment: https://git.openjdk.org/jdk/pull/20498#issuecomment-2277001021


More information about the hotspot-runtime-dev mailing list