Details
-
Type:
Enhancement
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 12
-
Fix Version/s: 12
-
Component/s: client-libs
-
Subcomponent:
-
Resolved In Build:b16
-
CPU:generic
-
OS:os_x
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8282882 | 11.0.16 | Bernhard Urban-Forster | P4 | Resolved | Fixed | b01 |
Description
The MacOSX version of the jsound library in java.desktop gets an implicit narrowing warning when compiled for C++11/14, resulting in a build failure. The problem is in PORT_GetControls, where the channel number (declared as int) is used in the initializer for an AudioObjectPropertyAddress (where unsigned int is needed). The resulting implicit narrowing is forbidden by C++11 and later.
Attachments
Issue Links
- backported by
-
JDK-8282882 Implicit narrowing in MacOSX java.desktop jsound
-
- Resolved
-