Integrated: Fix ShenandoahFullGC worker stats handling
Aleksey Shipilev
shade at openjdk.java.net
Thu Sep 2 07:41:02 UTC 2021
On Wed, 1 Sep 2021 10:24:51 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Current Windows builds fail like this:
>
>
> c:\buildbot\worker\build-shenandoah-jdkx-windows\build\src\hotspot\share\gc\shenandoah\shenandoahFullGC.cpp(1074): error C2131: expression did not evaluate to a constant
> c:\buildbot\worker\build-shenandoah-jdkx-windows\build\src\hotspot\share\gc\shenandoah\shenandoahFullGC.cpp(1074): note: failure was caused by a read of a variable outside its lifetime
> c:\buildbot\worker\build-shenandoah-jdkx-windows\build\src\hotspot\share\gc\shenandoah\shenandoahFullGC.cpp(1074): note: see usage of 'num_workers'
> c:\buildbot\worker\build-shenandoah-jdkx-windows\build\src\hotspot\share\gc\shenandoah\shenandoahFullGC.cpp(1075): error C2131: expression did not evaluate to a constant
> c:\buildbot\worker\build-shenandoah-jdkx-windows\build\src\hotspot\share\gc\shenandoah\shenandoahFullGC.cpp(1075): note: failure was caused by a read of a variable outside its lifetime
> c:\buildbot\worker\build-shenandoah-jdkx-windows\build\src\hotspot\share\gc\shenandoah\shenandoahFullGC.cpp(1075): note: see usage of 'num_workers'
> make[3]: *** [lib/CompileJvm.gmk:143: /cygdrive/c/buildbot/worker/build-shenandoah-jdkx-windows/build/build/windows-x86_64-server-fastdebug/hotspot/variant-server/libjvm/objs/shenandoahFullGC.obj] Error 1
>
>
> Instead of doing auto-alloc with worker count that is unknown at compile time, use resource area for allocations.
>
> Additional testing:
> - [x] Linux x86_64 `hotspot_gc_shenandoah`
> - [x] Windows x86_64 build
This pull request has now been integrated.
Changeset: 0a72c50d
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/shenandoah/commit/0a72c50d2847b387135a92a3ac3b6a87bf88d308
Stats: 9 lines in 1 file changed: 6 ins; 0 del; 3 mod
Fix ShenandoahFullGC worker stats handling
Reviewed-by: zgu
-------------
PR: https://git.openjdk.java.net/shenandoah/pull/62
More information about the shenandoah-dev
mailing list