Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177190 | 7 | John Coomes | P3 | Closed | Fixed | b34 |
JDK-2172736 | 6u14 | John Coomes | P3 | Closed | Fixed | b01 |
The fix for 6521491 moved the definitions of the *_FORMAT_W() macros to globalDefinitions.hpp, and changed the parameter type from a string-literal to an integer-literal. Existing uses of the macros were not updated after the parameter type change, causing silent breakage.
- backported by
-
JDK-2172736 existing uses of *_FORMAT_W() were broken by 6521491
- Closed
-
JDK-2177190 existing uses of *_FORMAT_W() were broken by 6521491
- Closed