RFR: 8274982: Add a test for 8269574.

Evgeny Nikitin enikitin at openjdk.java.net
Mon Oct 11 10:03:37 UTC 2021


This PR contains a relatively simple test which verifies that JVMTI-agents are correctly informed about exceptions caught in C2-compiled code. The 8269574 introduces pre-allocated exceptions in some paths, so the test tries to produce a number of various exceptions and check that provided small JVMTI agent got notified about all of them.

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

Commit messages:
 - 8274982: Add a test for 8269574.

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

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


More information about the hotspot-compiler-dev mailing list