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

Thomas Schatzl thomas.schatzl at oracle.com
Fri Mar 15 17:47:31 UTC 2019


Hi,

On Fri, 2019-03-15 at 18:38 +0100, 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





More information about the hotspot-gc-dev mailing list