RFR(T) : 8220727 : put ArraySize an InfiniteList into zgc problem list

jesper.wilhelmsson at oracle.com jesper.wilhelmsson at oracle.com
Fri Mar 15 17:57:48 UTC 2019


Thank you Thomas!  We'll see soon if it's enough ;-)  It passed when I tried it at least.
/Jesper

> On 15 Mar 2019, at 18:47, Thomas Schatzl <thomas.schatzl at oracle.com> wrote:
> 
> Hi,
> 
> On Fri, 2019-03-15 at 18:38 +0100, jesper.wilhelmsson at oracle.com <mailto:jesper.wilhelmsson at oracle.com> wrote:
>> I f this is the correct fix I can push it immediately. Please review
>> asap.
>> 
>> 
>> diff --git a/test/hotspot/jtreg/gc/ArraySize.java
>> b/test/hotspot/jtreg/gc/ArraySize.java
>> --- a/test/hotspot/jtreg/gc/ArraySize.java
>> +++ b/test/hotspot/jtreg/gc/ArraySize.java
>> @@ -25,7 +25,7 @@
>>  * @test
>>  * @bug 4063078
>>  * @summary Allocating a ridiculously large array should not crash
>> the VM
>> - * @run main/othervm -Xmx32m -Xms32m gc.ArraySize
>> + * @run main/othervm -Xmx128m -Xms32m gc.ArraySize
>>  */
>> 
>> package gc;
>> diff --git a/test/hotspot/jtreg/gc/InfiniteList.java
>> b/test/hotspot/jtreg/gc/InfiniteList.java
>> --- a/test/hotspot/jtreg/gc/InfiniteList.java
>> +++ b/test/hotspot/jtreg/gc/InfiniteList.java
>> @@ -26,7 +26,7 @@
>>  * @bug 4098578
>>  * @summary Check if the VM properly throws OutOfMemoryError
>>  * @author Sheng Liang
>> - * @run main/othervm -Xmx25M gc.InfiniteList
>> + * @run main/othervm -Xmx128m gc.InfiniteList
>>  */
>> 
> 
>  the change is good, do not know if it suffices.
> 
> Thanks,
>  Thomas

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20190315/5e2c39a7/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Message signed with OpenPGP
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20190315/5e2c39a7/signature.asc>


More information about the hotspot-gc-dev mailing list