RFR (XS) 8232882: GCC 4.8.5 build failure after JDK-8211073
Aleksey Shipilev
shade at redhat.com
Wed Oct 23 13:12:08 UTC 2019
On 10/23/19 1:52 PM, Aleksey Shipilev wrote:
> Bug:
> https://bugs.openjdk.java.net/browse/JDK-8232882
>
> See the bug. There is an awkwardness in MemNode::calculate_adr_type that is exposed by recent build
> config change that produces warning in release config. The simplest way out I see is to avoid the
> dead store under PRODUCT. I believe cross_check is only ever used under ASSERT in that method.
>
> Fix:
> https://cr.openjdk.java.net/~shade/8232882/webrev.01/
>
> Testing: gcc 4.8.5, 7.4.0 builds, both fastdebug and release; jdk-submit (running)
jdk-submit came clean (apart from known compiler/c2/CmpPNodeSubTest.java failures). Tobias had
reviewed. Can we consider this one simple/trivial for immediate push? This would help to unbreak
some of our CIs.
--
Thanks,
-Aleksey
More information about the hotspot-compiler-dev
mailing list