Re: RFR: JDK-8307314: Implementation: Generational Shenandoah (Experimental) [v7]

2023-06-06 Thread Kelvin Nilsen
On Thu, 1 Jun 2023 14:25:19 GMT, Thomas Stuefe wrote: >> Kelvin Nilsen has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Exit during initialization on unsupported platforms > > test/hotspot/jtreg/gc/shenandoah/oom/TestAllocOutOfMemory.java

Re: RFR: JDK-8307314: Implementation: Generational Shenandoah (Experimental) [v7]

2023-06-06 Thread Kelvin Nilsen
On Tue, 6 Jun 2023 21:43:36 GMT, Kelvin Nilsen wrote: >> test/hotspot/jtreg/gc/shenandoah/TestEvilSyncBug.java line 33: >> >>> 31: * @modules java.base/jdk.internal.misc >>> 32: * java.management >>> 33: * @run driver/timeout=480 TestEvilSyncBug >>> -XX:ShenandoahGCHeuristics=aggres

Re: RFR: JDK-8307314: Implementation: Generational Shenandoah (Experimental) [v7]

2023-06-06 Thread Kelvin Nilsen
On Thu, 1 Jun 2023 13:32:49 GMT, Thomas Stuefe wrote: >> Kelvin Nilsen has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Exit during initialization on unsupported platforms > > test/hotspot/jtreg/gc/shenandoah/TestEvilSyncBug.java line 33:

Re: RFR: JDK-8307314: Implementation: Generational Shenandoah (Experimental) [v7]

2023-06-06 Thread Kelvin Nilsen
> OpenJDK Colleagues: > > Please review this proposed integration of Generational mode for Shenandoah > GC under https://bugs.openjdk.org/browse/JDK-8307314. > > Generational mode of Shenandoah is enabled by adding > `-XX:+UnlockExperimentalVMOptions -XX:ShenandoahGCMode=generational` to a > c