RFR: 8279998: PPC64 debug builds fail with "untested: RangeCheckStub: predicate_failed_trap_id"
Goetz Lindenmaier
goetz at openjdk.java.net
Fri Jan 14 12:09:36 UTC 2022
On Fri, 14 Jan 2022 09:45:43 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> 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.
>
> Attention @GoeLin.
>
> Additional testing:
> - [x] Linux ppc64le fastdebug, `make bootcycle-images` (now passes)
> - [x] Linux ppc64le fastdebug, `tier1` (passes modulo some environmental problems)
> - [ ] Linux ppc64le fastdebug, `tier2`
The code might be used more widely, but in the product build. This is a debug only check. Obviously the code is not excercised by any tests. Yes, 18 will save some work :)
-------------
PR: https://git.openjdk.java.net/jdk/pull/7077
More information about the hotspot-compiler-dev
mailing list