Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056640 | emb-9 | Unassigned | P4 | Resolved | Fixed | b24 |
JDK-8063559 | 8u45 | Mikael Gerdin | P4 | Resolved | Fixed | b01 |
JDK-8049564 | 8u40 | Stefan Karlsson | P4 | Resolved | Fixed | b02 |
JDK-8070839 | emb-8u47 | Mikael Gerdin | P4 | Resolved | Fixed | team |
JDK-8134170 | openjdk7u | Mikael Gerdin | P4 | Resolved | Fixed | master |
g1SATBCardTableModRefBS.obj : error LNK2019: unresolved external symbol "public: void __thiscall G1SATBCardTableModRefBS::write_ref_array_pre_work<class oopDesc *>(class oopDesc * *,int)" (??$write_ref_array_pre_work@PAVoopDesc@@@G1SATBCardTableModRefBS@@QAEXPAPAVoopDesc@@H@Z) referenced in function "public: virtual void __thiscall G1SATBCardTableModRefBS::write_ref_array_pre(class oopDesc * *,int,bool)" (?write_ref_array_pre@G1SATBCardTableModRefBS@@UAEXPAPAVoopDesc@@H_N@Z)
g1SATBCardTableModRefBS.obj : error LNK2019: unresolved external symbol "public: void __thiscall G1SATBCardTableModRefBS::write_ref_array_pre_work<unsigned int>(unsigned int *,int)" (??$write_ref_array_pre_work@I@G1SATBCardTableModRefBS@@QAEXPAIH@Z) referenced in function "public: virtual void __thiscall G1SATBCardTableModRefBS::write_ref_array_pre(unsigned int *,int,bool)" (?write_ref_array_pre@G1SATBCardTableModRefBS@@UAEXPAIH_N@Z)
jvm.dll : fatal error LNK1120: 2 unresolved externals
Move the callers of the write_ref_array_work template to g1SATBCardTableModRefBS.cpp to avoid this problem.
- backported by
-
JDK-8049564 Linker error when compiling G1SATBCardTableModRefBS after include order changes
- Resolved
-
JDK-8056640 Linker error when compiling G1SATBCardTableModRefBS after include order changes
- Resolved
-
JDK-8063559 Linker error when compiling G1SATBCardTableModRefBS after include order changes
- Resolved
-
JDK-8070839 Linker error when compiling G1SATBCardTableModRefBS after include order changes
- Resolved
-
JDK-8134170 Linker error when compiling G1SATBCardTableModRefBS after include order changes
- Resolved
- relates to
-
JDK-8047818 G1 HeapRegions can no longer be ContiguousSpaces
- Resolved