Integrated: 8259978: PPC64 builds broken after JDK-8258004
Aleksey Shipilev
shade at openjdk.java.net
Tue Jan 19 18:36:44 UTC 2021
On Tue, 19 Jan 2021 12:03:03 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> `nativeInst_ppc.hpp` uses `TrapBasedRangeChecks`, so needs the explicit import of `c2_globals.hpp`.
> `method.cpp` uses `VMVersion`, so needs the appropriate direct include.
>
> Additional testing:
> - [x] Linux ppc64 cross-compile {release, fastdebug, slowdebug}
This pull request has now been integrated.
Changeset: 3edf393d
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/3edf393d
Stats: 4 lines in 2 files changed: 4 ins; 0 del; 0 mod
8259978: PPC64 builds broken after JDK-8258004
Reviewed-by: lucy, iklam
-------------
PR: https://git.openjdk.java.net/jdk/pull/2143
More information about the hotspot-dev
mailing list