Integrated: 8316273: JDK-8315818 broke JVMCIPrintProperties on libgraal

Doug Simon dnsimon at openjdk.org
Sat Sep 16 21:33:52 UTC 2023


On Thu, 14 Sep 2023 11:52:40 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> This PR prevents the possibility for `JVMCIPrintProperties` to emit output more than once. That possibility was introduced by [JDK-8315818](https://bugs.openjdk.org/browse/JDK-8315818) by allowing JVMCI initialization to happen earlier on a compiler thread that races with the main thread in terms of JVMCI initialization.

This pull request has now been integrated.

Changeset: 4b8f5d03
Author:    Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/4b8f5d031a081347ca611fa649cd75c4c1ec9fb3
Stats:     18 lines in 4 files changed: 8 ins; 5 del; 5 mod

8316273: JDK-8315818 broke JVMCIPrintProperties on libgraal

Reviewed-by: never, kvn

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

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


More information about the hotspot-runtime-dev mailing list