The removal in JDK-8330155 missed the caller in `TenuredGeneration::expand_and_allocate`, resulting into missed BOT update.
The failure is observable with:
make CONF=debug test TEST=serviceability/sa/CDSJMapClstats.java JTREG_JAVA_OPTIONS=-XX:+UseSerialGC
The failure is observable with:
make CONF=debug test TEST=serviceability/sa/CDSJMapClstats.java JTREG_JAVA_OPTIONS=-XX:+UseSerialGC
- relates to
-
JDK-8330155 Serial: Remove TenuredSpace
- Resolved