RFR: 8274911: testlibrary_tests/ir_framework/tests/TestIRMatching.java fails with "java.lang.RuntimeException: Should have thrown exception"

Vladimir Kozlov kvn at openjdk.java.net
Mon Oct 11 16:11:06 UTC 2021


On Mon, 11 Oct 2021 12:47:30 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> The bailout fix added by [JDK-8271471](https://bugs.openjdk.java.net/browse/JDK-8271471) does not correctly work for the internal framework tests. The matching of `` in `Utils.java` was done on the test VM output instead of the the hotspot_pid file. I fixed that by checking the driver VM message sent on a bailout which is easier. I also improved the error reporting of `TestIRMatching` to reduce noise and better format errors.
> 
> Thanks,
> Christian

Marked as reviewed by kvn (Reviewer).

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

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


More information about the hotspot-compiler-dev mailing list