-
Bug
-
Resolution: Fixed
-
P3
-
12
-
b26
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8215767 | 13 | Thomas Schatzl | P3 | Resolved | Fixed | b02 |
JDK-8216117 | 12.0.1 | Thomas Schatzl | P3 | Resolved | Fixed | master |
The current data type for G1PeriodicGCSystemLoadThreshold is an uintx. However in regular use the load we want to use a threshold for is below 1.0, so the existing integer does not help.
Change to double.
Change to double.
- backported by
-
JDK-8215767 G1PeriodicGCSystemLoadThreshold needs to be a double
- Resolved
-
JDK-8216117 G1PeriodicGCSystemLoadThreshold needs to be a double
- Resolved
- csr for
-
JDK-8215719 G1PeriodicGCSystemLoadThreshold should be a double
- Closed
- relates to
-
JDK-8212657 Implementation of JDK-8204089 Promptly Return Unused Committed Memory from G1
- Resolved
-
JDK-8212658 CSR for Promptly Return Unused Committed Memory from G1
- Closed