C1 crash in LinearScan::eliminate_spill_moves
Eirik Bjørsnøs
eirbjo at gmail.com
Fri Feb 5 15:20:17 UTC 2021
>
> I'm also trying to create a more minimal reproducer that I can share, but
> having a hard time getting that to crash in the same way.
>
Here's a self contained Maven project with a minimal (or at least
"reduced") reproducer for JDK-8261235:
https://github.com/eirbjo/jdk-8261235-reproducer
Here's the main method:
https://github.com/eirbjo/jdk-8261235-reproducer/blob/main/src/main/java/com/github/eirbjo/JDK8261235Reproducer.java
Tobias: This produces an instrumented class file with a lot less cruft than
the one I sent you so could possibly simplify analysis.
Thanks,
Eirik.
More information about the hotspot-compiler-dev
mailing list