RFR(XS): 8014068: TEST_BUG: compiler/ciReplay/TestSA.sh fails on Windows: core wasn't generated
Igor Ignatyev
igor.ignatyev at oracle.com
Mon May 13 11:23:07 PDT 2013
corrected.
http://cr.openjdk.java.net/~iignatyev/8014068/webrev.01
Best regards,
Igor Ignatyev
On 05/13/2013 09:07 PM, Vladimir Kozlov wrote:
> Next output redirection:
>
> 2>&1 > replay.diff
>
> should be:
>
> > replay.diff 2>&1
>
> otherwise error will be not in file.
>
> Vladimir
>
> On 5/13/13 9:28 AM, Igor Ignatyev wrote:
>> Hi all,
>>
>> Please review patch.
>>
>> Problem:
>> incorrect processing of core location on windows hosts due to using
>> invalid variable.
>>
>> Fix:
>> using of $OS was replaced by using of $VM_OS variable
>> fixed processing core locations for *nix: added core.<pid>
>> also slight cosmetic changes:
>> - added check of OS before 'ulimit' change
>> - not supported by all hosts '--brief' flags was removed
>>
>> webrev: http://cr.openjdk.java.net/~iignatyev/8014068/webrev.00/
>> jbs: https://jbs.oracle.com/bugs/browse/JDK-8014068
>>
More information about the hotspot-compiler-dev
mailing list