RFR: 8270453: [JVMCI] remove duplicates in vmStructs_jvmci.cpp
Doug Simon
dnsimon at openjdk.java.net
Wed Jul 14 12:23:23 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.
src/hotspot/share/jvmci/vmStructs_jvmci.cpp line 499:
> 497: declare_constant(vmIntrinsics::_compiledLambdaForm) \
> 498: \
> 499: declare_constant(CollectedHeap::Serial) \
The duplicated declarations start on line 487.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4779
More information about the hotspot-compiler-dev
mailing list