Running with -Xlog:gc+liveness=trace on a debug build on a test that has live humongous objects makes an assert about humongous objects fail.
The problem is after some earlier change that removed special handling of humongous objects in regards to used and marked_bytes properties, the corresponding code has not been removed here.
The problem is after some earlier change that removed special handling of humongous objects in regards to used and marked_bytes properties, the corresponding code has not been removed here.
- relates to
-
JDK-8139867 Change how startsHumongous and continuesHumongous regions work in G1.
-
- Resolved
-