RFR: 8225354: serviceability/jvmti/ModuleAwareAgents/ThreadStart failed with Didn't get ThreadStart events in VM early start phase! [v3]

Serguei Spitsyn sspitsyn at openjdk.org
Tue Jun 24 23:12:43 UTC 2025


> The test incorrectly expects that some system threads must be started in the `early JVMTI_PHASE_START` phase. However, there is a race here and it is possible that the `JVMTI_PHASE_LIVE` phase is reached before any system thread has been started. There is no way to fix the test so, it is being removed.

Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:

  review: remove the ModuleAwareAgents/ThreadStart test as there is no way to fix it

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/25948/files
  - new: https://git.openjdk.org/jdk/pull/25948/files/2d7840f1..e737f5ef

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=25948&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=25948&range=01-02

  Stats: 184 lines in 2 files changed: 0 ins; 184 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/25948.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/25948/head:pull/25948

PR: https://git.openjdk.org/jdk/pull/25948


More information about the serviceability-dev mailing list