RFR(XS): JDK-8040921: Uninitialised memory in hotspot/src/share/vm/c1/c1_LinearScan.cpp
Morris Meyer
morris.meyer at oracle.com
Thu May 1 18:34:28 UTC 2014
The parfait error is with the ASSERT define blocking out initialization
of a the fpu structures when that code path is enabled.
I've removed the ifdef such that both paths initialized their cpu and
fpu variables, and the assertion is always checked.
--mm
On 4/30/14, 3:36 PM, Christian Thalinger wrote:
> I don’t understand the Parfait error here. Could you explain?
>
> On Apr 30, 2014, at 7:40 AM, Morris Meyer <morris.meyer at oracle.com> wrote:
>
>> Folks,
>>
>> Could I get a review for this Parfait uninitialized variable issue? This has been tested with JPRT and a clear pass with Parfait.
>>
>> Thanks,
>>
>> --mm
>>
>> BUG - https://bugs.openjdk.java.net/browse/JDK-8040921
>> WEBREV - http://cr.openjdk.java.net/~morris/JDK-8040921.05
>>
>>
More information about the hotspot-compiler-dev
mailing list