RFR: 8309136: [JVMCI] add -XX:+UseGraalJIT flag [v2]

Doug Simon dnsimon at openjdk.org
Wed May 31 20:11:10 UTC 2023


On Wed, 31 May 2023 18:47:44 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> What about `UseJVMCICompiler` flag? A lot of code in HotSpot is guarded by this flag.

`UseGraalJIT` is an alias for `EnableJVMCIProduct` and the latter sets `UseJVMCICompiler` to true.

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

PR Comment: https://git.openjdk.org/jdk/pull/14231#issuecomment-1570872972


More information about the hotspot-dev mailing list