117 <thead> |
117 <thead> |
118 <tr> |
118 <tr> |
119 <th>Base OS and Architecture</th> |
119 <th>Base OS and Architecture</th> |
120 <th>OS</th> |
120 <th>OS</th> |
121 <th>C/C++ Compiler</th> |
121 <th>C/C++ Compiler</th> |
|
122 <th>BOOT JDK</th> |
122 </tr> |
123 </tr> |
123 </thead> |
124 </thead> |
124 <tbody> |
125 <tbody> |
125 <tr> |
126 <tr> |
126 <td>Linux X86 (32-bit)</td> |
127 <td>Linux X86 (32-bit)</td> |
127 <td>Fedora 9</td> |
128 <td>Fedora 9</td> |
128 <td>gcc 4 </td> |
129 <td>gcc 4 </td> |
|
130 <td>JDK 6u14 FCS </td> |
129 </tr> |
131 </tr> |
130 <tr> |
132 <tr> |
131 <td>Linux X64 (64-bit)</td> |
133 <td>Linux X64 (64-bit)</td> |
132 <td>Fedora 9</td> |
134 <td>Fedora 9</td> |
133 <td>gcc 4 </td> |
135 <td>gcc 4 </td> |
|
136 <td>JDK 6u14 FCS </td> |
134 </tr> |
137 </tr> |
135 <tr> |
138 <tr> |
136 <td>Solaris SPARC (32-bit)</td> |
139 <td>Solaris SPARC (32-bit)</td> |
137 <td>Solaris 10 + patches |
140 <td>Solaris 10u2 + patches |
138 <br> |
141 <br> |
139 See <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/JavaSE" target="_blank"> |
142 See <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/JavaSE" target="_blank"> |
140 SunSolve</a> for patch downloads. |
143 SunSolve</a> for patch downloads. |
141 </td> |
144 </td> |
142 <td>Sun Studio 12</td> |
145 <td>Sun Studio 12</td> |
|
146 <td>JDK 6u14 FCS </td> |
143 </tr> |
147 </tr> |
144 <tr> |
148 <tr> |
145 <td>Solaris SPARCV9 (64-bit)</td> |
149 <td>Solaris SPARCV9 (64-bit)</td> |
146 <td>Solaris 10 + patches |
150 <td>Solaris 10u2 + patches |
147 <br> |
151 <br> |
148 See <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/JavaSE" target="_blank"> |
152 See <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/JavaSE" target="_blank"> |
149 SunSolve</a> for patch downloads. |
153 SunSolve</a> for patch downloads. |
150 </td> |
154 </td> |
151 <td>Sun Studio 12</td> |
155 <td>Sun Studio 12</td> |
|
156 <td>JDK 6u14 FCS </td> |
152 </tr> |
157 </tr> |
153 <tr> |
158 <tr> |
154 <td>Solaris X86 (32-bit)</td> |
159 <td>Solaris X86 (32-bit)</td> |
155 <td>Solaris 10 + patches |
160 <td>Solaris 10u2 + patches |
156 <br> |
161 <br> |
157 See <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/JavaSE" target="_blank"> |
162 See <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/JavaSE" target="_blank"> |
158 SunSolve</a> for patch downloads. |
163 SunSolve</a> for patch downloads. |
159 </td> |
164 </td> |
160 <td>Sun Studio 12</td> |
165 <td>Sun Studio 12</td> |
|
166 <td>JDK 6u14 FCS </td> |
161 </tr> |
167 </tr> |
162 <tr> |
168 <tr> |
163 <td>Solaris X64 (64-bit)</td> |
169 <td>Solaris X64 (64-bit)</td> |
164 <td>Solaris 10 + patches |
170 <td>Solaris 10u2 + patches |
165 <br> |
171 <br> |
166 See <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/JavaSE" target="_blank"> |
172 See <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/JavaSE" target="_blank"> |
167 SunSolve</a> for patch downloads. |
173 SunSolve</a> for patch downloads. |
168 </td> |
174 </td> |
169 <td>Sun Studio 12</td> |
175 <td>Sun Studio 12</td> |
|
176 <td>JDK 6u14 FCS </td> |
170 </tr> |
177 </tr> |
171 <tr> |
178 <tr> |
172 <td>Windows X86 (32-bit)</td> |
179 <td>Windows X86 (32-bit)</td> |
173 <td>Windows XP</td> |
180 <td>Windows XP</td> |
174 <td>Microsoft Visual Studio C++ 2008 Standard Edition</td> |
181 <td>Microsoft Visual Studio C++ 2008 Standard Edition</td> |
|
182 <td>JDK 6u14 FCS </td> |
175 </tr> |
183 </tr> |
176 <tr> |
184 <tr> |
177 <td>Windows X64 (64-bit)</td> |
185 <td>Windows X64 (64-bit)</td> |
178 <td>Windows Server 2003 - Enterprise x64 Edition</td> |
186 <td>Windows Server 2003 - Enterprise x64 Edition</td> |
179 <td>Microsoft Platform SDK - April 2005</td> |
187 <td>Microsoft Platform SDK - April 2005</td> |
|
188 <td>JDK 6u14 FCS </td> |
180 </tr> |
189 </tr> |
181 </tbody> |
190 </tbody> |
182 </table> |
191 </table> |
183 <p> |
192 <p> |
184 These same sources do indeed build on many more systems than the |
193 These same sources do indeed build on many more systems than the |