RFR: 8346280: C2: implement late barrier elision for G1 [v4]
Roberto Castañeda Lozano
rcastanedalo at openjdk.org
Fri Feb 7 09:24:13 UTC 2025
On Wed, 5 Feb 2025 17:51:36 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:
> I see TestG1BarrierGeneration.java failure :(
>
> [TestG1BarrierGeneration_jtr.log](https://github.com/user-attachments/files/18676532/TestG1BarrierGeneration_jtr.log)
@offamitkumar thanks for the report! Most likely the test failures are only due to missing optimizations (because of limitations in the barrier elision pattern matching analysis), but if you want me to confirm please send the entire jtreg log, without truncation. You can disable output truncation running the test like this:
`make run-test TEST="compiler/gcbarriers/TestG1BarrierGeneration.java" JTREG="MAX_OUTPUT=999999999"`
Please double-check that the output log file does not contain any `Output overflow` message.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23235#issuecomment-2642388571
More information about the hotspot-gc-dev
mailing list