-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b18
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8344961 | 21.0.6 | Sendao Yan | P4 | Resolved | Fixed | b05 |
This flag is necessary when the code assumes that `this` pointer of a C++ member function can be null. This is not permitted by C++ standard, which requires that `this` always contains a non-null pointer. The flag was added to enable non-compliant code to run.
There are still some places that need fixing before this flag can be removed.
- backported by
-
JDK-8344961 Compile without -fno-delete-null-pointer-checks
- Resolved
- duplicates
-
JDK-8342304 RISC-V: [21u, 17u] atomic_linux_riscv.hpp build warning of stringop-overflow with gcc13
- Closed
- relates to
-
JDK-8319983 Regressions ~12% on J2dBench-bimg_misc* only on ARM in b22
- Closed
-
JDK-8151841 Build needs additional flags to compile with GCC 6
- Resolved
-
JDK-8265431 Add -fno-delete-null-pointer-checks to clang builds
- Resolved
- links to
-
Commit openjdk/jdk/287b2432
-
Commit(master) openjdk/jdk21u-dev/70455810
-
Review openjdk/jdk/15982
-
Review(master) openjdk/jdk21u-dev/1178