Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2136978 | 5.0u8 | Tony Printezis | P4 | Closed | Fixed | b01 |
JDK-2136991 | 1.4.2_13 | Abhijit Saha | P4 | Closed | Fixed | b01 |
The GC time stamps when printed with -XX:+PrintGCTimeStamps consider time 0 the first logged GC event. This prevents customers from being able to compare time stamps in their application with GC time stamps. The fix should be straightforward; basically, to make sure that time 0 is the start of the JVM.
- backported by
-
JDK-2136978 GC time stamps should be relative to the start of the JVM
- Closed
-
JDK-2136991 GC time stamps should be relative to the start of the JVM
- Closed
- relates to
-
JDK-6391258 pure virtual method called
- Closed
-
JDK-6406485 Setting some parameters (PrintMallocFree / PrintCommandLineFlags) fails an assert
- Closed