RFR: 8166125: [JVMCI] Missing JVMCI flag default values
Doug Simon
doug.simon at oracle.com
Thu Sep 15 18:31:00 UTC 2016
I would consider moving the logic from Arguments::set_jvmci_specific_flags (in arguments.[ch]pp) to JVMCIGlobals::set_jvmci_specific_flags (in jvmci_globals.[ch]pp) to match the approach taken for check_jvmci_flags_are_consistent.
> On 15 Sep 2016, at 16:10, David Leopoldseder <david.d.leopoldseder at oracle.com> wrote:
>
> Hi,
>
> Please review this patch.
>
> Bug:
> During the initial commit for the JVMCI JEP some options JVMCI sets differently than c2 have been forgotten.
> Fix:
> Set the options if INCLUDE_JVMCI is true and -XX:+UseJVMCICompiler.
>
> http://cr.openjdk.java.net/~davleopo/JDK-8166125/webrev.001/
> https://bugs.openjdk.java.net/browse/JDK-8166125
>
> - david
More information about the hotspot-compiler-dev
mailing list