-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b13
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8355685 | 21.0.9-oracle | Kavya K S | P4 | Resolved | Fixed | master |
JDK-8356147 | 17.0.17-oracle | Kavya K S | P4 | Resolved | Fixed | master |
The nsk jni stress tests use literal zero as a null pointer constant in a number of places. Nearly all are as the 2nd (bool* noCopy) argument in calls to various Get<PrimitiveType>ArrayElements. Replace these with nullptr.
- backported by
-
JDK-8355685 Fix -Wzero-as-null-pointer-constant warnings in nsk jni stress tests
-
- Resolved
-
-
JDK-8356147 Fix -Wzero-as-null-pointer-constant warnings in nsk jni stress tests
-
- Resolved
-
- blocks
-
JDK-8332189 Enable -Wzero-as-null-pointer-constant for gcc
-
- Open
-
- links to
-
Commit(master) openjdk/jdk/c988d7d6
-
Review(master) openjdk/jdk/23798