-
Bug
-
Resolution: Not an Issue
-
P4
-
21
Attempting to build linux-x64-zero with gcc12 produces several warnings like this one:
In file included from ../../src/hotspot/share/code/icBuffer.cpp:27:
In function 'CompiledIC* CompiledIC_at(CompiledMethod*, address)',
inlined from 'void ICStub::_ZN6ICStub8finalizeEv.part.0()' at ../../src/hotspot/share/code/icBuffer.cpp:87:35:
../../src/hotspot/share/code/compiledIC.hpp:287:15: error: 'this' pointer is null [-Werror=nonnull]
287 | c_ic->verify();
| ~~~~~~~~~~~~^~
In file included from ../../src/hotspot/share/code/icBuffer.cpp:27:
In function 'CompiledIC* CompiledIC_at(CompiledMethod*, address)',
inlined from 'void ICStub::_ZN6ICStub8finalizeEv.part.0()' at ../../src/hotspot/share/code/icBuffer.cpp:87:35:
../../src/hotspot/share/code/compiledIC.hpp:287:15: error: 'this' pointer is null [-Werror=nonnull]
287 | c_ic->verify();
| ~~~~~~~~~~~~^~
- relates to
-
JDK-8294031 GCC 12 fails to compile AArch64 due to -Wstringop-overflow
-
- Closed
-
-
JDK-8305590 Remove nothrow exception specifications from operator new
-
- Resolved
-
-
JDK-8303805 [REDO] JDK-8302189 and JDK-8302799
-
- Resolved
-