| Other |
|---|
| tbdResolved |
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
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();
| ~~~~~~~~~~~~^~
|