[jdk18] Integrated: 8279998: PPC64 debug builds fail with "untested: RangeCheckStub: predicate_failed_trap_id"
Aleksey Shipilev
shade at openjdk.java.net
Mon Jan 17 08:24:41 UTC 2022
On Fri, 14 Jan 2022 12:14:06 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Redoing https://github.com/openjdk/jdk/pull/7077 for JDK 18.
>
> Current mainline fails bootcycle-images build with hitting the `__ untested` assertion. Looking at how other platforms implemented the same block, I think PPC64 code is the same, and we are more or less safe with just dropping that assertion.
>
> Additional testing:
> - [x] Linux ppc64le fastdebug, `make bootcycle-images` (now passes)
> - [x] Linux ppc64le fastdebug, `tier1` (passes modulo some environmental problems)
> - [x] Linux ppc64le fastdebug, `tier2` (passes modulo some environmental problems)
This pull request has now been integrated.
Changeset: 4d9b3f4c
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/jdk18/commit/4d9b3f4ceef4b514ec943e1a5dd1147618376ad8
Stats: 2 lines in 1 file changed: 0 ins; 2 del; 0 mod
8279998: PPC64 debug builds fail with "untested: RangeCheckStub: predicate_failed_trap_id"
Reviewed-by: goetz, mdoerr
-------------
PR: https://git.openjdk.java.net/jdk18/pull/101
More information about the hotspot-compiler-dev
mailing list