RFR: 8262400: runtime/exceptionMsgs/AbstractMethodError/AbstractMethodErrorTest.java fails in test_ame5_compiled_vtable_stub with wrapper
David Holmes
dholmes at openjdk.java.net
Wed Feb 23 20:00:51 UTC 2022
On Wed, 23 Feb 2022 16:50:38 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> If the vtable stub function is deoptimized, it will get the error message from the interpreter, which doesn't include the receiver class. Disable this class if DeoptimizeALot is passed in.
Hi Coleen,
As a test fix this seems fine. But is it worth trying to make the interpreter and compiler messages more alike?
Thanks,
David
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/7596
More information about the hotspot-runtime-dev
mailing list