-
Bug
-
Resolution: Fixed
-
P3
-
12
-
b08
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8230515 | 11.0.6 | Ioi Lam | P3 | Resolved | Fixed | b01 |
Per [~rehn]
fieldDescriptor.hpp:66: undefined reference to `constantPoolHandle::constantPoolHandle(ConstantPool*)'
release build without precompiled header
It's caused byJDK-8209545: Simplify HeapShared::archive_module_graph_objects which added include "runtime/fieldDescriptor.hpp" in heapShared.cpp
So I guess we now need a fieldDescriptor.inline.hpp
fieldDescriptor.hpp:66: undefined reference to `constantPoolHandle::constantPoolHandle(ConstantPool*)'
release build without precompiled header
It's caused by
So I guess we now need a fieldDescriptor.inline.hpp
- backported by
-
JDK-8230515 constantPoolHandle::constantPoolHandle(ConstantPool*) when precompiled header is disabled
-
- Resolved
-
- relates to
-
JDK-8209545 Simplify HeapShared::archive_module_graph_objects
-
- Resolved
-