RFR: 8243066 - Move VM_INTRINSICS_DO into its own vmIntrinsics.hpp file

John Tortugo github.com+2249648+JohnTortugo at openjdk.java.net
Tue Sep 15 19:18:12 UTC 2020


On Tue, 15 Sep 2020 16:52:34 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

>> Relates to: https://bugs.openjdk.java.net/browse/JDK-8243066
>> Tested on: x86_64 {windows, linux, os x} x {jdk-tier1-part1..3, hotspot-tier1-gc}
>> 
>> Small change to move VM_INTRINSICS_DO out of vmSymbols.hpp into its own file.
>
> Looks good.

Before integrating this PR I need to include a change requested by @coleenp on the maillist:

There's also vmIntrinsics code in vmSymbols.cpp, so there should also be a vmIntrinsics.cpp file.

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

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


More information about the hotspot-dev mailing list