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

SendaoYan syan at openjdk.org
Sun Mar 16 15:27:37 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.

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

  Set PrintCompilation to true when receive CompileCommandEnum::PrintCompilation

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/24073/files
  - new: https://git.openjdk.org/jdk/pull/24073/files/2b3160b6..55bf15fb

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

  Stats: 5 lines in 2 files changed: 4 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