RFR(XS): 8144930: gcc 4.1.2: fix build flags after "8114853 variable tracking size limit exceeded"

Kim Barrett kim.barrett at oracle.com
Thu Dec 10 00:49:25 UTC 2015


On Dec 9, 2015, at 2:58 AM, David Holmes <david.holmes at oracle.com> wrote:
> 
> On 9/12/2015 5:31 PM, Lindenmaier, Goetz wrote:
>> Hi David,
>> 
>> thanks for sposonring!  This was quick!
> 
> Trivial change :)

Sorry for my late arrival, but the change may not be quite correct.

It makes the use of -fno-var-tracking-assignments conditional on gcc4.3+.  However, according to gcc documentation, that flag doesn’t appear until gcc4.5.  (I don’t have access to any of the relevant versions to see if the option is supported without documentation.)




More information about the hotspot-runtime-dev mailing list