Withdrawn: 8352110: [ASAN] heap-use-after-free of task->directive()->PrintCompilationOption

SendaoYan syan at openjdk.org
Mon Mar 17 07:05:09 UTC 2025


On Sun, 16 Mar 2025 09:01:42 GMT, SendaoYan <syan at openjdk.org> wrote:

> 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", and AddressSanitizer report 'heap-use-after-free' error.
> 
> I don't  know why `task->directive()->PrintCompilationOption`  set as `true` automatically. This PR remove `task->directive()->PrintCompilationOption` usage, and set PrintCompilation to true when receive CompileCommandEnum::PrintCompilation.

This pull request has been closed without being integrated.

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

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


More information about the hotspot-compiler-dev mailing list