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

Ioi Lam iklam at openjdk.java.net
Tue Sep 15 15:57:38 UTC 2020


On Mon, 14 Sep 2020 23:00:06 GMT, John Tortugo <github.com+2249648+JohnTortugo 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.

This looks good.

I did a 3-way diff between the new and old versions of the files and vmIntrinsics.hpp has identical content as the
removed part of vmSymbols.hpp.

`#endif //SHARE_CLASSFILE_VMINTRINSICS_HPP` is missing in the new header file. I am surprised how that passed the build.

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

Marked as reviewed by iklam (Reviewer).

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


More information about the hotspot-dev mailing list