-
Bug
-
Resolution: Fixed
-
P3
-
hs24, hs25
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8020657 | 8 | Unassigned | P3 | Resolved | Fixed | b99 |
JDK-8016862 | 7u60 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8018383 | 7u45 | Unassigned | P3 | Closed | Fixed | b01 |
JDK-8016874 | 7u40 | Unassigned | P3 | Resolved | Fixed | b30 |
JDK-8020007 | hs25 | Unassigned | P3 | Resolved | Fixed | b41 |
The static jlong variable in gcTrace.cpp should use the typedef GCId to ensure that it uses the same type as the rest of the code (right now GCId is a typedef for uint).
- backported by
-
JDK-8016862 GC id variable in gcTrace.cpp should use typedef GCId
- Resolved
-
JDK-8016874 GC id variable in gcTrace.cpp should use typedef GCId
- Resolved
-
JDK-8020007 GC id variable in gcTrace.cpp should use typedef GCId
- Resolved
-
JDK-8020657 GC id variable in gcTrace.cpp should use typedef GCId
- Resolved
-
JDK-8018383 GC id variable in gcTrace.cpp should use typedef GCId
- Closed