Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2176822 | 7 | Jon Masamitsu | P3 | Closed | Fixed | b06 |
JDK-2171890 | 6u4 | Jon Masamitsu | P3 | Resolved | Fixed | b03 |
The calculation of the GC overhead for the UseGCOverheadLimit option
includes the GC costs for all full GC's. This calculation should not
include explicit GC's (System.gc()) because those have been requested
by the application and such an action should not induce an out-of-memory
because of excessive GC costs.
includes the GC costs for all full GC's. This calculation should not
include explicit GC's (System.gc()) because those have been requested
by the application and such an action should not induce an out-of-memory
because of excessive GC costs.
- backported by
-
JDK-2171890 The calculation for excessive GC overhead should ignore explicity GC's.
-
- Resolved
-
-
JDK-2176822 The calculation for excessive GC overhead should ignore explicity GC's.
-
- Closed
-