Integrated: 8243066 - Move VM_INTRINSICS_DO into its own vmIntrinsics.hpp file
John Tortugo
github.com+2249648+JohnTortugo at openjdk.java.net
Thu Sep 17 21:23:43 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.
This pull request has now been integrated.
Changeset: 1e396499
Author: John Tortugo <divcesar at gmail.com>
Committer: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/1e396499
Stats: 3390 lines in 4 files changed: 1665 ins; 1725 del; 0 mod
8243066: Move VM_INTRINSICS_DO into its own vmIntrinsics.hpp file
Reviewed-by: iklam, vlivanov
-------------
PR: https://git.openjdk.java.net/jdk/pull/226
More information about the hotspot-dev
mailing list