Details
-
Sub-task
-
Resolution: Fixed
-
P4
-
17
-
b21
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8293860 | 15.0.9 | Yuri Nesterenko | P4 | Resolved | Fixed | b04 |
JDK-8293859 | 13.0.13 | Yuri Nesterenko | P4 | Resolved | Fixed | b04 |
JDK-8278960 | 11.0.15-oracle | Harold Seigel | P4 | Resolved | Fixed | b01 |
JDK-8278503 | 11.0.15 | Paul Hohensee | P4 | Resolved | Fixed | b01 |
Description
from /home/ysuenaga/git-forked/jdk/src/hotspot/share/memory/allocation.hpp:29,
from /home/ysuenaga/git-forked/jdk/src/hotspot/share/classfile/classLoaderData.hpp:28,
from /home/ysuenaga/git-forked/jdk/src/hotspot/share/precompiled/precompiled.hpp:34:
In member function 'oop ClassLoaderData::class_loader() const',
inlined from 'void Dictionary::verify()' at /home/ysuenaga/git-forked/jdk/src/hotspot/share/classfile/dictionary.cpp:635:3:
/home/ysuenaga/git-forked/jdk/src/hotspot/share/classfile/classLoaderData.inline.hpp:37:50: warning: 'this' pointer is null [-Wnonnull]
37 | assert(_holder.is_null() || holder_no_keepalive() != NULL , "This class loader data holder must be alive");
| ~~~~~~~~~~~~~~~~~~~^~
Attachments
Issue Links
- backported by
-
JDK-8278503 -Wnonnull happens in classLoaderData.inline.hpp
- Resolved
-
JDK-8278960 -Wnonnull happens in classLoaderData.inline.hpp
- Resolved
-
JDK-8293859 -Wnonnull happens in classLoaderData.inline.hpp
- Resolved
-
JDK-8293860 -Wnonnull happens in classLoaderData.inline.hpp
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/a672963c
-
Commit openjdk/jdk13u-dev/a682e10b
-
Commit openjdk/jdk15u-dev/0938ea81
-
Commit openjdk/jdk/a1c942c0
-
Review openjdk/jdk11u-dev/702
-
Review openjdk/jdk13u-dev/405
-
Review openjdk/jdk15u-dev/279
-
Review openjdk/jdk/3753