[aarch64-port-dev ] RFR(XS): 8u fails on assert on jtreg compiler/uncommontrap/TestDeoptOOM.java
Anton Kozlov
akozlov at azul.com
Fri Aug 11 18:37:55 UTC 2017
On 11.08.2017 20:52, Andrew Haley wrote:
> I'm baffled by how we missed it and why it's only a problem for JDK 8.
It breaks "NULL in last_sp" invariant of top frame in non-fatal way, making it visible only in debug builds.
And this part is rewritten in jdk9 when JVMCI introduced. Starging with 9, everything restored prior checking for exception. 8 is trying to restore as little as possible before checking for exception and going to handler.
The 8's non-exceptional path of is OK.
PS. I have no push rights, so I ask someone to push
Thanks,
Anton
More information about the aarch64-port-dev
mailing list