There is a block of about a dozen lines of code in the middle of TenuredGeneration::compute_new_size_inner that is incorrectly indented, possibly confusing a reader.
https://github.com/openjdk/jdk/blame/bd0fde71d9113bad902e71b61f0ca44c650809ef/src/hotspot/share/gc/serial/tenuredGeneration.cpp#L170-L184
Looks like this happend as part ofJDK-8281879.
https://github.com/openjdk/jdk/blame/bd0fde71d9113bad902e71b61f0ca44c650809ef/src/hotspot/share/gc/serial/tenuredGeneration.cpp#L170-L184
Looks like this happend as part of
- relates to
-
JDK-8281879 Serial: Merge CardGeneration into TenuredGeneration
-
- Resolved
-