RFR(xs): 8224710: [TESTBUG] dynamicArchive/ExcludedClasses.java test failed in tier6 testing on Windows
Ioi Lam
ioi.lam at oracle.com
Wed Jun 12 04:31:24 UTC 2019
Looks good to me.
On 6/11/19 7:26 PM, Jiangli Zhou wrote:
> Hi Calvin,
>
> Test fix looks reasonable. It would be a good idea to also fix the
> original error message and the check in the test so it's grammatically
> more correct:
>
> "DynamicDumpSharedSpaces is not supported ..."
> ^^
The "is" is often omitted in HotSpot's warning messages for conciseness.
Such usage is commonplace in news headlines, etc.
$ grep -R not.supported | grep -v 'is not' | grep -v assert
Thanks
- Ioi
>
> Best Regards,
> Jiangli
>
> On Tue, Jun 11, 2019 at 4:42 PM Calvin Cheung <calvin.cheung at oracle.com> wrote:
>> bug: https://bugs.openjdk.java.net/browse/JDK-8224710
>>
>> webrev: http://cr.openjdk.java.net/~ccheung/8224710/webrev.00/
>>
>> The test failure was observed on Windows once when the loading of the
>> base archive failed. A simple fix is in CDSTestUtils::isUnableToMap() to
>> account for the failure in loading of the base archive.
>>
>> I haven't been able to reproduce the bug so far but was able to simulate
>> the failure condition by renaming the base archive prior to running the
>> test.
>>
>> Testing: ran the test on Windows and Linux machines many times.
>>
>> thanks,
>> Calvin
More information about the hotspot-runtime-dev
mailing list