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

Vladimir Ivanov vlivanov at openjdk.java.net
Thu Sep 17 19:14:13 UTC 2020


On Thu, 17 Sep 2020 18:48:14 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}
> 
> Move vmIntrinsics code out of vmSymbols.[c|h]pp into its own files.
> 
> I closed a [previous PR](https://github.com/openjdk/jdk/pull/160) I had for this same work item because I accidentally
> pushed commits to the same branch using different author names and the PR checker was complaining about that - I didn't
> want to force push (amend) commits on the previous branch anymore.

Looks good.

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

Marked as reviewed by vlivanov (Reviewer).

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


More information about the hotspot-dev mailing list