RFR: 8218885: Restore pop_frame and force_early_return functionality for Graal
Serguei Spitsyn
sspitsyn at openjdk.java.net
Fri Oct 1 20:56:30 UTC 2021
On Fri, 1 Oct 2021 17:07:23 GMT, Tom Rodriguez <never at openjdk.org> wrote:
> Why are we running the jck jvmti tests on this since they weren't failing originally? The problem test list from the commit http://hg.openjdk.java.net/jdk/jdk12/rev/f5fd8eefae0f is all nsk and com.sun.jdi tests.
The reason to disable PopFrame and ForceEarlyReturn with Graal were failing jck tests. They are not JTreg tests, handled differently and have no ProblemList.
I'd suggest to integrate your fix now and deal with this potential problem when Graal is back.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5625
More information about the hotspot-dev
mailing list