[jdk11u-dev] RFR: 8255068: [JVMCI] errors during compiler creation can be hidden

Kangcheng Xu kxu at openjdk.org
Wed Nov 8 17:38:15 UTC 2023


On Wed, 8 Nov 2023 17:32:59 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

>> an almost clean backport of [JDK-8255068 [JVMCI] errors during compiler creation can be hidden](https://bugs.openjdk.org/browse/JDK-8255068)
>> 
>> Backport-of: openjdk/jdk at 6020991530c0efe81fd203f35a7352247aedafeb
>> 
>> The original patch does not apply cleanly to 11u; it references a `creatingCompiler` boolean was introduced in [JDK-8220623](https://bugs.openjdk.org/browse/JDK-8220623) for JDK 13. I removed lines related to this flag.
>> 
>> All tests passed with GHA.
>
> @tabjy This is a JVMCI change and has the `jdk11u-jvmci-defer` label. The primary user of JVMCI is GraalVM and as far as I know we don't have any more consumers of that for JDK 11. It seems not worth the risk to include it in that stage of the JDK 11 lifecycle.

@jerboaa Understood. Thanks for your clarification. Sorry that I wasn't aware of this!

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

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2230#issuecomment-1802352720


More information about the jdk-updates-dev mailing list