Details
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8208901 | 8u201 | Lois Foltan | P2 | Resolved | Fixed | b01 |
JDK-8204567 | 8u192 | Lois Foltan | P2 | Closed | Fixed | b01 |
JDK-8216721 | emb-8u201 | Lois Foltan | P2 | Resolved | Fixed | master |
JDK-8210417 | 7u211 | Kevin Walls | P2 | Closed | Fixed | b01 |
Description
<directory>open/src/hotspot/share/adlc/arena.cpp(60): error C2956: sized deallocation function 'operator delete(void*, size_t)' would be chosen as placement deallocation function.
<directory>/open/src/hotspot/share/adlc/arena.cpp(31): note: see declaration of 'Chunk::operator delete'
<directory>open/src/hotspot/share/adlc/arena.cpp(67): error C2956: sized deallocation function 'operator delete(void*, size_t)' would be chosen as placement deallocation function.
<directory>/open/src/hotspot/share/adlc/arena.cpp(31): note: see declaration of 'Chunk::operator delete'
<directory>/open/src/hotspot/share/adlc/arena.cpp(97): error C2956: sized deallocation function 'operator delete(void*, size_t)' would be chosen as placement deallocation function.
<directory>/open/src/hotspot/share/adlc/arena.cpp(31): note: see declaration of 'Chunk::operator delete'
Attachments
Issue Links
- backported by
-
JDK-8208901 VS2017 Addition of Global Delete Operator with Size Parameter Conflicts with Arena's Chunk Provided One
- Resolved
-
JDK-8216721 VS2017 Addition of Global Delete Operator with Size Parameter Conflicts with Arena's Chunk Provided One
- Resolved
-
JDK-8204567 VS2017 Addition of Global Delete Operator with Size Parameter Conflicts with Arena's Chunk Provided One
- Closed
-
JDK-8210417 VS2017 Addition of Global Delete Operator with Size Parameter Conflicts with Arena's Chunk Provided One
- Closed
- duplicates
-
JDK-8164651 adlc fails to compile with Developer Studio 12.5
- Closed
- relates to
-
JDK-8210803 Compilation failure in codeBlob.cpp for Windows 32-bit
- Resolved
-
JDK-8287493 32-bit Windows build failure in codeBlob.cpp after JDK-8283689
- Resolved