Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8208920 | 8u201 | Kevin Walls | P3 | Resolved | Fixed | b01 |
JDK-8216741 | emb-8u201 | Kevin Walls | P3 | Resolved | Fixed | master |
JDK-8238726 | 7u271 | Kevin Walls | P3 | Resolved | Fixed | b01 |
Description
Using a later Windows compiler such as VS2017 on 8u, we have the compile error:
...\hotspot\src\os_cpu\windows_x86\vm\os_windows_x86.cpp(460) : warning C4172: returning address of local variable or temporary: dummy
We really do want to return the local variable address, we can add a #pragma to avoid this error.
...\hotspot\src\os_cpu\windows_x86\vm\os_windows_x86.cpp(460) : warning C4172: returning address of local variable or temporary: dummy
We really do want to return the local variable address, we can add a #pragma to avoid this error.
Attachments
Issue Links
- backported by
-
JDK-8208920 [8u] os::current_stack_pointer() fails to compile on later Windows compilers (warning C4172: returning address of local variable)
- Resolved
-
JDK-8216741 [8u] os::current_stack_pointer() fails to compile on later Windows compilers (warning C4172: returning address of local variable)
- Resolved
-
JDK-8238726 [8u] os::current_stack_pointer() fails to compile on later Windows compilers (warning C4172: returning address of local variable)
- Resolved