@@ -324,7 +324,8 @@ <h3 id="building-on-x86">Building on x86</h3>
324
324
< p > Even for 32-bit builds, it is recommended to use a 64-bit build
325
325
machine, and instead create a 32-bit target using
326
326
< code > --with-target-bits=32</ code > .</ p >
327
- < p > Note: The Windows 32-bit x86 port is deprecated and may be removed in a future release.</ p >
327
+ < p > Note: The Windows 32-bit x86 port is deprecated and may be removed in
328
+ a future release.</ p >
328
329
< h3 id ="building-on-aarch64 "> Building on aarch64</ h3 >
329
330
< p > At a minimum, a machine with 8 cores is advisable, as well as 8 GB of
330
331
RAM. (The more cores to use, the more memory you need.) At least 6 GB of
@@ -401,7 +402,8 @@ <h3 id="windows">Windows</h3>
401
402
use < code > --with-msvcr-dll=/cygdrive/c/msvcr100.dll</ code > rather than
402
403
< code > --with-msvcr-dll=c:\msvcr100.dll</ code > . For details on this
403
404
conversion, see the section on < a href ="#fixpath "> Fixpath</ a > .</ p >
404
- < p > Note: The Windows 32-bit x86 port is deprecated and may be removed in a future release.</ p >
405
+ < p > Note: The Windows 32-bit x86 port is deprecated and may be removed in
406
+ a future release.</ p >
405
407
< h4 id ="cygwin "> Cygwin</ h4 >
406
408
< p > A functioning < a href ="http://www.cygwin.com/ "> Cygwin</ a > environment
407
409
is required for building the JDK on Windows. If you have a 64-bit OS, we
@@ -2255,18 +2257,7 @@ <h2 id="contributing-to-the-jdk">Contributing to the JDK</h2>
2255
2257
must ask you to follow our rules and guidelines to be able to accept
2256
2258
your contribution.</ p >
2257
2259
< p > The official place to start is the < a
2258
- href ="http://openjdk.org/contribute/ "> 'How to contribute' page</ a > .
2259
- There is also an official (but somewhat outdated and skimpy on details)
2260
- < a href ="http://openjdk.org/guide/ "> Developer's Guide</ a > .</ p >
2261
- < p > If this seems overwhelming to you, the Adoption Group is there to
2262
- help you! A good place to start is their < a
2263
- href ="https://wiki.openjdk.org/display/Adoption/New+Contributor "> 'New
2264
- Contributor' page</ a > , or start reading the comprehensive < a
2265
- href ="https://adoptopenjdk.gitbooks.io/adoptopenjdk-getting-started-kit/en/ "> Getting
2266
- Started Kit</ a > . The Adoption Group will also happily answer any
2267
- questions you have about contributing. Contact them by < a
2268
- href ="http://mail.openjdk.org/mailman/listinfo/adoption-discuss "> mail</ a >
2269
- or < a href ="http://openjdk.org/irc/ "> IRC</ a > .</ p >
2260
+ href ="https://openjdk.org/guide/ "> OpenJDK Developers’ Guide</ a > .</ p >
2270
2261
< h2 id ="editing-this-document "> Editing this document</ h2 >
2271
2262
< p > If you want to contribute changes to this document, edit
2272
2263
< code > doc/building.md</ code > and then run
0 commit comments