RFR: 8243066 - Move VM_INTRINSICS_DO into its own vmIntrinsics.hpp file [v3]
Ioi Lam
iklam at openjdk.java.net
Thu Sep 17 18:07:50 UTC 2020
On Wed, 16 Sep 2020 05:48:43 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.
>
> John Tortugo has updated the pull request incrementally with two additional commits since the last revision:
>
> - Merge branch 'jdk-8243066' of https://github.com/JohnTortugo/jdk into jdk-8243066
> - Add vmIntrinsics.cpp. Fix commit author.
LGTM!
src/hotspot/share/classfile/vmIntrinsics.hpp line 879:
> 877: /*end*/
> 878:
> 879: #endif // SHARE_CLASSFILE_VMINTRINSICS_HPP
Please add a new line at the end of this file.
-------------
Marked as reviewed by iklam (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/160
More information about the hotspot-dev
mailing list