-
Enhancement
-
Resolution: Fixed
-
P3
-
13
-
b25
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226048 | 14 | Calvin Cheung | P3 | Resolved | Fixed | team |
http://hg.openjdk.java.net/jdk/jdk/file/1512d88b24c6/src/hotspot/share/memory/metaspaceClosure.cpp#l48
void MetaspaceClosure::do_push(MetaspaceClosure::Ref* ref) {
if (ref->not_null()) { // FIXME: make this configurable, so DynamicArchiveBuilder mark all pointers
This FIXME is left-over from development and should be removed.
void MetaspaceClosure::do_push(MetaspaceClosure::Ref* ref) {
if (ref->not_null()) { // FIXME: make this configurable, so DynamicArchiveBuilder mark all pointers
This FIXME is left-over from development and should be removed.
- backported by
-
JDK-8226048 Remove FIXME in metaspaceClosure.cpp
-
- Resolved
-