8252084: Minimal VM fails to bootcycle: undefined symbol: AgeTableTracer::is_tenuring_distribution_event_enabled

Fri, 21 Aug 2020 09:07:53 +0200

author
shade
date
Fri, 21 Aug 2020 09:07:53 +0200
changeset 9984
63dafc005680
parent 9983
776722456213
child 9985
8712be1ae49a

8252084: Minimal VM fails to bootcycle: undefined symbol: AgeTableTracer::is_tenuring_distribution_event_enabled
Reviewed-by: sgehwolf

make/excludeSrc.make file | annotate | diff | comparison | revisions
     1.1 --- a/make/excludeSrc.make	Thu Aug 20 04:10:59 2020 +0100
     1.2 +++ b/make/excludeSrc.make	Fri Aug 21 09:07:53 2020 +0200
     1.3 @@ -95,6 +95,7 @@
     1.4        gc_shared_keep :=							\
     1.5  	adaptiveSizePolicy.cpp						\
     1.6  	ageTable.cpp							\
     1.7 +	ageTableTracer.cpp						\
     1.8  	collectorCounters.cpp						\
     1.9  	cSpaceCounters.cpp						\
    1.10  	gcId.cpp							\

mercurial