-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b06
-
b01
-
x86
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8324843 | 11.0.23 | Andrew Hughes | P4 | Resolved | Fixed | b01 |
JDK-8325076 | openjdk8u412 | Andrew Hughes | P4 | Resolved | Fixed | b02 |
This is a public version of JDK-8317331: 'Solaris build failed with "declaration can not follow a statement (E_DECLARATION_IN_CODE)"' so the change can be backported to the LTS releases from 21u. The main reason for this is build breakage on 8u: https://github.com/gnu-andrew/jdk8u-dev/actions/runs/7549766959/job/20554342418
The placing of the declarations of low, high and index in JDK-8314295 caused the build to fail. Older C compilers require that declarations happen at the start of the block rather than mixed in with the code.
The placing of the declarations of low, high and index in JDK-8314295 caused the build to fail. Older C compilers require that declarations happen at the start of the block rather than mixed in with the code.
- backported by
-
JDK-8324843 Windows VS2010 build failed with "error C2275: 'int64_t'"
-
- Resolved
-
-
JDK-8325076 Windows VS2010 build failed with "error C2275: 'int64_t'"
-
- Resolved
-
- links to
-
Commit openjdk/jdk8u-dev/4a69ad28
-
Commit openjdk/jdk11u-dev/26d795d7
-
Commit openjdk/jdk17u-dev/4f80edfa
-
Review openjdk/jdk8u-dev/435
-
Review openjdk/jdk11u-dev/2486
-
Review openjdk/jdk17u-dev/2136
(3 links to)