RFR (XS/T) 8231931: [TESTBUG] serviceability/sa/TestUniverse.java looks for wrong string with Shenandoah
Aleksey Shipilev
shade at redhat.com
Tue Oct 8 09:43:25 UTC 2019
Thanks, I also think it is trivial, and going to push it soon.
-Aleksey
On 10/7/19 1:09 PM, Roman Kennke wrote:
> Looks good to me.
>
> Thanks,
> Roman
>
>
>> Trivial test bug:
>> https://bugs.openjdk.java.net/browse/JDK-8231931
>>
>> Fix:
>>
>> diff -r f9cd97ec8549 test/hotspot/jtreg/serviceability/sa/TestUniverse.java
>> --- a/test/hotspot/jtreg/serviceability/sa/TestUniverse.java Mon Oct 07 11:45:11 2019 +0200
>> +++ b/test/hotspot/jtreg/serviceability/sa/TestUniverse.java Mon Oct 07 12:48:25 2019 +0200
>> @@ -87,5 +87,5 @@
>>
>> case Shenandoah:
>> - expStrings.add("Shenandoah Heap");
>> + expStrings.add("Shenandoah heap");
>> break;
>> }
>>
>> Testing: affected test with Shenandoah
>>
>
--
Thanks,
-Aleksey
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://mail.openjdk.java.net/pipermail/serviceability-dev/attachments/20191008/ffac3a6f/signature.asc>
More information about the serviceability-dev
mailing list