There is currently no reliable JVMCI equivalent of -XX:+PrintFlagsFinal for listing the system properties used to configure a JVMCI compiler. This is a bug as it's important to be able to list such properties. The only current mechanism is to set -Djvmci.PrintFlags=true on the command line and then somehow force the VM to trigger JVMCI initialization (which is lazy).