RFR: 8274982: Add a test for 8269574. [v2]

Leonid Mesnik lmesnik at openjdk.java.net
Thu Dec 16 20:55:09 UTC 2021


On Thu, 16 Dec 2021 20:16:39 GMT, Evgeny Nikitin <enikitin at openjdk.org> wrote:

>> test/hotspot/jtreg/compiler/jvmti/TriggerBuiltinExceptionsTest.java line 28:
>> 
>>> 26:  * @bug 8269574
>>> 27:  * @summary Verifies that exceptions are reported correctly to JVMTI in the compiled code
>>> 28:  * @requires vm.jvmti
>> 
>> You also require the JIT
>
> Added a requirement for the c1 or c2.

Really, we don't add @requires for jit compiler. There are a lot of tests that fail with Xnt.

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

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


More information about the serviceability-dev mailing list