RFR: 8262400: runtime/exceptionMsgs/AbstractMethodError/AbstractMethodErrorTest.java fails in test_ame5_compiled_vtable_stub with wrapper

Coleen Phillimore coleenp at openjdk.java.net
Wed Feb 23 16:56:20 UTC 2022


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.

-------------

Commit messages:
 - 8262400: runtime/exceptionMsgs/AbstractMethodError/AbstractMethodErrorTest.java fails in test_ame5_compiled_vtable_stub with wrapper

Changes: https://git.openjdk.java.net/jdk/pull/7596/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7596&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8262400
  Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7596.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7596/head:pull/7596

PR: https://git.openjdk.java.net/jdk/pull/7596


More information about the hotspot-runtime-dev mailing list