From 974e89ae0743e591f0034de6c8dfc41a81d6429d Mon Sep 17 00:00:00 2001 From: Koichi Sasada Date: Fri, 11 Dec 2020 09:54:34 +0900 Subject: revert da3bca513f437b05b3953c3712ff48621fc5e008 It seems introduce critical problems. Now I could not find out the issue. http://ci.rvm.jp/results/trunk-test@ruby-sky1/3286048 --- ractor_core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ractor_core.h') diff --git a/ractor_core.h b/ractor_core.h index b7a24231b8..c97dfcc85f 100644 --- a/ractor_core.h +++ b/ractor_core.h @@ -137,7 +137,6 @@ struct rb_ractor_struct { struct { struct RVALUE *freelist; struct heap_page *using_page; - struct heap_page *free_pages; } newobj_cache; // gc.c rb_objspace_reachable_objects_from -- cgit v1.2.3