RFR: 8258553 Limit number of fields in instance to be considered for scalar replacement
Vladimir Ivanov
vlivanov at openjdk.java.net
Fri Dec 18 17:01:58 UTC 2020
On Fri, 18 Dec 2020 04:27:23 GMT, Igor Veresov <iveresov at openjdk.org> wrote:
> I stumbled upon a test that we have (gc/TestBigObj.java) that has an object with 64k fields and that is scalar replaceable. Doing so puts a lot of strain on the compiler. I ran a few test and benchmarks and the maximum number of fields in scalar-replaced object that I've seen was 59. I think it should be reasonable to set a limit on the number of fields to 512.
Looks good.
-------------
Marked as reviewed by vlivanov (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/1837
More information about the hotspot-compiler-dev
mailing list