RFR: 8352108: "COMPILE SKIPPED: concurrent class loading" cause tests intermittent fails

SendaoYan syan at openjdk.org
Sun Mar 16 09:06:26 UTC 2025


Hi all,

After [JDK-8351938](https://bugs.openjdk.org/browse/JDK-8351938) several tests intermittent fails, because JVM print additional message "COMPILE SKIPPED: concurrent class loading". 

I don't  know why `task->directive()->PrintCompilationOption`  set as `true` automatically, but add an extra check for that  works for me.

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

Commit messages:
 - 8352108: "COMPILE SKIPPED: concurrent class loading" cause tests intermittent fails

Changes: https://git.openjdk.org/jdk/pull/24073/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24073&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8352108
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/24073.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24073/head:pull/24073

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


More information about the hotspot-compiler-dev mailing list