You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -181,13 +181,13 @@ improperly referenced, and the commit is not signed off by the author.
181
181
182
182
### Other resources for writing good commits
183
183
184
-
-http://chris.beams.io/posts/git-commit/
184
+
-https://cbea.ms/git-commit/
185
185
186
186
## Legal considerations
187
187
188
-
Please read the [Eclipse Foundation policy on accepting contributions via Git](http://wiki.eclipse.org/Development_Resources/Contributing_via_Git).
188
+
Please read the [Eclipse Foundation policy on accepting contributions via Git](https://wiki.eclipse.org/Development_Resources/Contributing_via_Git).
189
189
190
-
Your contribution cannot be accepted unless you have a signed [ECA - Eclipse Foundation Contributor Agreement](http://www.eclipse.org/legal/ECA.php) in place. If you have an active signed Eclipse CLA
190
+
Your contribution cannot be accepted unless you have a signed [ECA - Eclipse Foundation Contributor Agreement](https://www.eclipse.org/legal/ECA.php) in place. If you have an active signed Eclipse CLA
191
191
([the CLA was updated by the Eclipse Foundation to become the ECA in August 2016](https://mmilinkov.wordpress.com/2016/08/15/contributor-agreement-update/)),
192
192
then that signed CLA is sufficient. You will have to sign the ECA once your CLA expires.
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Welcome to the Eclipse OpenJ9 repository
32
32
33
33
We're not sure which route you might have taken on your way here, but we're really pleased to see you! If you came directly from our website, you've probably already learned a lot about Eclipse OpenJ9 and how it fits in to the OpenJDK ecosystem. If you came via some other route, here are a few key links to get you started:
34
34
35
-
-[Eclipse OpenJ9 website](http://www.eclipse.org/openj9) - Learn about this high performance, enterprise-grade Java Virtual Machine (JVM) and why we think you want to get involved in its development.
35
+
-[Eclipse OpenJ9 website](https://www.eclipse.org/openj9) - Learn about this high performance, enterprise-grade Java Virtual Machine (JVM) and why we think you want to get involved in its development.
36
36
- Build instructions for [JDK8](https://github.com/eclipse-openj9/openj9/blob/master/doc/build-instructions/Build_Instructions_V8.md), [JDK11](https://github.com/eclipse-openj9/openj9/blob/master/doc/build-instructions/Build_Instructions_V11.md), and [More](https://github.com/eclipse-openj9/openj9/blob/master/doc/build-instructions) - Here's how you can build an OpenJDK with OpenJ9 yourself.
37
37
38
38
If you're looking for ways to help out at the project (thanks!), we have:
Copy file name to clipboardExpand all lines: doc/build-instructions/Build_Instructions_V11.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,7 @@ JCL - 98f2038 based on jdk-11+28)
227
227
228
228
:pencil:**OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL v1.1.x support, the following acknowledgements apply in accordance with the license terms:
229
229
230
-
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
230
+
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
231
231
-*This product includes cryptographic software written by Eric Young ([email protected]).*
232
232
233
233
:penguin:*Congratulations!*:tada:
@@ -367,7 +367,7 @@ JCL - e5c64f5 based on jdk-11+21)
367
367
368
368
:pencil:**OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL v1.1.x support, the following acknowledgements apply in accordance with the license terms:
369
369
370
-
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
370
+
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
371
371
-*This product includes cryptographic software written by Eric Young ([email protected]).*
372
372
373
373
:blue_book:*Congratulations!*:tada:
@@ -387,7 +387,7 @@ You must install a number of software dependencies to create a suitable build en
387
387
-[Windows JDK 11](https://api.adoptopenjdk.net/v3/binary/latest/11/ga/windows/x64/jdk/openj9/normal/adoptopenjdk), which is used as the boot JDK.
388
388
-[Microsoft Visual Studio 2019](https://aka.ms/vs/16/release/vs_community.exe), which is the version currently used by OpenJ9 builds.
389
389
-[Freemarker V2.3.8](https://sourceforge.net/projects/freemarker/files/freemarker/2.3.8/freemarker-2.3.8.tar.gz/download) - only when building with `--with-cmake=no`
-[NASM Assembler v2.13.03 or newer](https://www.nasm.us/pub/nasm/releasebuilds/?C=M;O=D)
392
392
393
393
Add the binary path of Clang to the `PATH` environment variable to override the older version of clang integrated in Cygwin. e.g.
@@ -400,7 +400,7 @@ Add the path to `nasm.exe` to the `PATH` environment variable to override the ol
400
400
export PATH="/cygdrive/c/Program Files/NASM:$PATH" (in Cygwin)
401
401
```
402
402
403
-
You can download Visual Studio manually or obtain it using the [wget](http://www.gnu.org/software/wget/faq.html#download) utility. If you choose to use `wget`, follow these steps:
403
+
You can download Visual Studio manually or obtain it using the [wget](https://www.gnu.org/software/wget/faq.html#download) utility. If you choose to use `wget`, follow these steps:
404
404
405
405
- Open a cygwin terminal and change to the `/temp` directory:
406
406
```
@@ -532,7 +532,7 @@ JCL - a786f96b13 based on jdk-11+21)
532
532
533
533
:pencil:**OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL v1.1.x support, the following acknowledgements apply in accordance with the license terms:
534
534
535
-
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
535
+
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
536
536
-*This product includes cryptographic software written by Eric Young ([email protected]).*
537
537
538
538
:ledger:*Congratulations!*:tada:
@@ -681,7 +681,7 @@ JCL - 9da99f8b97 based on jdk-11+28)
681
681
682
682
:pencil:**OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL v1.1.x support, the following acknowledgements apply in accordance with the license terms:
683
683
684
-
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
684
+
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
685
685
-*This product includes cryptographic software written by Eric Young ([email protected]).*
686
686
687
687
:ledger:*Congratulations!*:tada:
@@ -844,7 +844,7 @@ JCL - d247952 based on jdk-11.0.6+6)
844
844
845
845
:pencil:**OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL v1.1.x support, the following acknowledgements apply in accordance with the license terms:
846
846
847
-
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
847
+
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
848
848
-*This product includes cryptographic software written by Eric Young ([email protected]).*
849
849
850
850
:penguin:*Congratulations!*:tada:
@@ -897,7 +897,7 @@ For the moment, the `QEMU` package targeted for RISC-V is not ready & unavailabl
897
897
898
898
Install `e2fsck` if it doesn't exist on your host system:
./configure # <== If this step fails, please check the config.log file.
@@ -1396,7 +1396,7 @@ Given that there is no JIT support for now, you might need to accelerate the com
1396
1396
1397
1397
:pencil:**OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL v1.1.x support, the following acknowledgements apply in accordance with the license terms:
1398
1398
1399
-
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
1399
+
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
1400
1400
-*This product includes cryptographic software written by Eric Young ([email protected]).*
Copy file name to clipboardExpand all lines: doc/build-instructions/Build_Instructions_V17.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ JCL - b6c1a570c77 based on jdk-17+35)
218
218
219
219
:pencil:**OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL support, the following acknowledgements apply in accordance with the license terms:
220
220
221
-
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
221
+
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
222
222
-*This product includes cryptographic software written by Eric Young ([email protected]).*
223
223
224
224
:penguin:*Congratulations!*:tada:
@@ -360,7 +360,7 @@ JCL - b6c1a570c77 based on jdk-17+35)
360
360
361
361
:pencil:**OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL support, the following acknowledgements apply in accordance with the license terms:
362
362
363
-
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
363
+
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
364
364
-*This product includes cryptographic software written by Eric Young ([email protected]).*
365
365
366
366
:blue_book:*Congratulations!*:tada:
@@ -380,7 +380,7 @@ You must install a number of software dependencies to create a suitable build en
380
380
-[Windows JDK 17](https://api.adoptopenjdk.net/v3/binary/latest/17/ga/windows/x64/jdk/openj9/normal/adoptopenjdk), which is used as the boot JDK.
381
381
-[Microsoft Visual Studio 2019](https://aka.ms/vs/16/release/vs_community.exe), which is the default compiler level used by OpenJDK17.
382
382
-[Freemarker V2.3.8](https://sourceforge.net/projects/freemarker/files/freemarker/2.3.8/freemarker-2.3.8.tar.gz/download) - only when building with `--with-cmake=no`
-[NASM Assembler v2.13.03 or newer](https://www.nasm.us/pub/nasm/releasebuilds/?C=M;O=D)
385
385
386
386
Add the binary path of Clang to the `PATH` environment variable to override the older version of clang integrated in Cygwin. e.g.
@@ -393,7 +393,7 @@ Add the path to `nasm.exe` to the `PATH` environment variable to override the ol
393
393
export PATH="/cygdrive/c/Program Files/NASM:$PATH" (in Cygwin)
394
394
```
395
395
396
-
You can download Visual Studio manually or obtain it using the [wget](http://www.gnu.org/software/wget/faq.html#download) utility. If you choose to use `wget`, follow these steps:
396
+
You can download Visual Studio manually or obtain it using the [wget](https://www.gnu.org/software/wget/faq.html#download) utility. If you choose to use `wget`, follow these steps:
397
397
398
398
- Open a cygwin terminal and change to the `/temp` directory:
399
399
```
@@ -527,7 +527,7 @@ JCL - b6c1a570c77 based on jdk-17+35)
527
527
528
528
:pencil:**OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL support, the following acknowledgements apply in accordance with the license terms:
529
529
530
-
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
530
+
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
531
531
-*This product includes cryptographic software written by Eric Young ([email protected]).*
532
532
533
533
:ledger:*Congratulations!*:tada:
@@ -675,7 +675,7 @@ JCL - b6c1a570c77 based on jdk-17+35)
675
675
676
676
:pencil:**OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL support, the following acknowledgements apply in accordance with the license terms:
677
677
678
-
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
678
+
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
679
679
-*This product includes cryptographic software written by Eric Young ([email protected]).*
680
680
681
681
:ledger:*Congratulations!*:tada:
@@ -836,7 +836,7 @@ JCL - b6c1a570c77 based on jdk-17+35)
836
836
837
837
:pencil:**OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL v1.1.1 support, the following acknowledgements apply in accordance with the license terms:
838
838
839
-
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
839
+
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
840
840
-*This product includes cryptographic software written by Eric Young ([email protected]).*
Copy file name to clipboardExpand all lines: doc/build-instructions/Build_Instructions_V20.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ JCL - fd8df22bf2c based on jdk-20+36)
218
218
219
219
:pencil:**OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL support, the following acknowledgements apply in accordance with the license terms:
220
220
221
-
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
221
+
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
222
222
-*This product includes cryptographic software written by Eric Young ([email protected]).*
223
223
224
224
:penguin:*Congratulations!*:tada:
@@ -360,7 +360,7 @@ JCL - fd8df22bf2c based on jdk-20+36)
360
360
361
361
:pencil:**OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL support, the following acknowledgements apply in accordance with the license terms:
362
362
363
-
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
363
+
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
364
364
-*This product includes cryptographic software written by Eric Young ([email protected]).*
365
365
366
366
:blue_book:*Congratulations!*:tada:
@@ -380,7 +380,7 @@ You must install a number of software dependencies to create a suitable build en
380
380
-[Windows JDK 18](https://api.adoptopenjdk.net/v3/binary/latest/18/ga/windows/x64/jdk/openj9/normal/adoptopenjdk), which is used as the boot JDK.
381
381
-[Microsoft Visual Studio 2022](https://aka.ms/vs/17/release/vs_community.exe), which is the default compiler level used by OpenJDK20.
382
382
-[Freemarker V2.3.8](https://sourceforge.net/projects/freemarker/files/freemarker/2.3.8/freemarker-2.3.8.tar.gz/download) - only when building with `--with-cmake=no`
-[NASM Assembler v2.13.03 or newer](https://www.nasm.us/pub/nasm/releasebuilds/?C=M;O=D)
385
385
386
386
Add the binary path of Clang to the `PATH` environment variable to override the older version of clang integrated in Cygwin. e.g.
@@ -393,7 +393,7 @@ Add the path to `nasm.exe` to the `PATH` environment variable to override the ol
393
393
export PATH="/cygdrive/c/Program Files/NASM:$PATH" (in Cygwin)
394
394
```
395
395
396
-
You can download Visual Studio manually or obtain it using the [wget](http://www.gnu.org/software/wget/faq.html#download) utility. If you choose to use `wget`, follow these steps:
396
+
You can download Visual Studio manually or obtain it using the [wget](https://www.gnu.org/software/wget/faq.html#download) utility. If you choose to use `wget`, follow these steps:
397
397
398
398
- Open a cygwin terminal and change to the `/temp` directory:
399
399
```
@@ -527,7 +527,7 @@ JCL - fd8df22bf2c based on jdk-20+36)
527
527
528
528
:pencil:**OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL support, the following acknowledgements apply in accordance with the license terms:
529
529
530
-
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
530
+
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
531
531
-*This product includes cryptographic software written by Eric Young ([email protected]).*
532
532
533
533
:ledger:*Congratulations!*:tada:
@@ -675,7 +675,7 @@ JCL - fd8df22bf2c based on jdk-20+36)
675
675
676
676
:pencil:**OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL support, the following acknowledgements apply in accordance with the license terms:
677
677
678
-
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
678
+
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
679
679
-*This product includes cryptographic software written by Eric Young ([email protected]).*
680
680
681
681
:ledger:*Congratulations!*:tada:
@@ -836,7 +836,7 @@ JCL - fd8df22bf2c based on jdk-20+36)
836
836
837
837
:pencil:**OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL v1.1.1 support, the following acknowledgements apply in accordance with the license terms:
838
838
839
-
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/).*
839
+
-*This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.openssl.org/).*
840
840
-*This product includes cryptographic software written by Eric Young ([email protected]).*
0 commit comments