Request for review(S): 6988346: 6986046 breaks tiered
Paul Hohensee
paul.hohensee at oracle.com
Thu Sep 30 08:13:04 PDT 2010
Forgot to add the obvious: send them a .s file and point to the offending
code. To get a .s file, just do in the product build directory
make foo.s
Paul
On 9/30/10 10:13 AM, Paul Hohensee wrote:
> Send them the preprocessed source, i.e., the output of CC -E or -P.
> You can get
> it by cd'ing to the product build directory, then saying
>
> make foo.i
>
> and send them foo.i. foo.i should be directly compilable: try it
> yourself to verify
> before you send it.
>
> Paul
>
> On 9/30/10 2:03 AM, Igor Veresov wrote:
>> Ramki,
>>
>> If I were able to reduce it to a reasonable test case I would've
>> reported it. I didn't think it was practical to file it this way.
>>
>> igor
>>
>> On 9/29/10 10:49 PM, Y. Srinivas Ramakrishna wrote:
>>> On 9/29/2010 10:40 AM, Igor Veresov wrote:
>>> ...
>>>> - SunStudio S12u1 has problems with c1_LinearScan.cpp on 64bit x86,
>>>> which results in incorrect code.
>>>> The optimization level needs to temporarily lowered for this case.
>>>
>>> Has the bug been reported back to the SS folk? They cannot fix bugs
>>> that
>>> they
>>> might not know about :-)
>>>
>>> thanks.
>>> -- ramki
>>
More information about the hotspot-compiler-dev
mailing list