-
Bug
-
Resolution: Fixed
-
P1
-
16
-
b04
[2020-06-25T14:47:29,627Z] ./open/src/hotspot/share/gc/g1/g1Policy.cpp(987): error C2220: the following warning is treated as an error
[2020-06-25T14:47:29,627Z] ./open/src/hotspot/share/gc/g1/g1Policy.cpp(987): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data
[2020-06-25T14:47:29,627Z] ./open/src/hotspot/share/gc/g1/g1Policy.cpp(987): warning C4267: 'initializing': conversion from 'size_t' to 'uint', possible loss of data
- relates to
-
JDK-8244603 G1 incorrectly limiting young gen size when using the reserve can result in repeated full gcs
- Resolved