RFR: 8270453: [JVMCI] remove duplicates in vmStructs_jvmci.cpp

Vladimir Kozlov kvn at openjdk.java.net
Wed Jul 14 16:04:18 UTC 2021


On Wed, 14 Jul 2021 12:16:02 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> Removes some duplicate exports in vmStructs_jvmci.cpp.
> 
> I've tested by comparing the output of `java -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:+EagerJVMCI -Djvmci.PrintConfig=true -version` before and after this change.

Good and trivial.

Duplicates were added by 
[8257020](https://bugs.openjdk.java.net/browse/JDK-8257020): [JVMCI] enable a JVMCICompiler to specify which GCs it supports

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

Marked as reviewed by kvn (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/4779


More information about the hotspot-compiler-dev mailing list