Integrated: 8254995: [x86] ControlWord::print(), rc/pc variables might not be initialized

Aleksey Shipilev shade at openjdk.java.net
Tue Oct 20 18:00:09 UTC 2020


On Mon, 19 Oct 2020 10:20:18 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Static analyzers complain that in `ControlWord::print()`, `rc`/`pc` variables might not be initialized. This never
> happens in practice, because `rounding_control()` and `precision_control()` return the good values. We can make it
> cleaner to silence the compiler.  Testing:
>   - [x] Linux x86_64 tier1

This pull request has now been integrated.

Changeset: ee6eb986
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/ee6eb986
Stats:     6 lines in 1 file changed: 6 ins; 0 del; 0 mod

8254995: [x86] ControlWord::print(), rc/pc variables might not be initialized

Reviewed-by: kvn

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

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


More information about the hotspot-dev mailing list