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: buildenv/jenkins/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -116,11 +116,11 @@ You can request a Pull Request build from the Eclipse OpenJ9 repository - [openj
116
116
117
117
##### Dependent Changes
118
118
119
-
- If you have dependent change(s) in either eclipse/omr, eclipse-openj9/openj9-omr, or ibmruntimes/openj9-openjdk-jdk\*, you can build & test with all needed changes
119
+
- If you have dependent change(s) in either eclipse-omr/omr, eclipse-openj9/openj9-omr, or ibmruntimes/openj9-openjdk-jdk\*, you can build & test with all needed changes
120
120
- Request a build by including the PR ref or branch name in your trigger comment
121
121
- Ex. Dependent change in OMR Pull Request `#123`
122
122
-`Jenkins test sanity xlinux jdk8 depends eclipse/omr#123`
123
-
- Ex. Dependent change in eclipse/omr master branch (useful if a dependent OMR PR is already merged)
123
+
- Ex. Dependent change in eclipse-omr/omr master branch (useful if a dependent OMR PR is already merged)
124
124
-`Jenkins test sanity xlinux jdk8 depends eclipse/omr#master`
125
125
- Ex. Dependent change in OpenJ9-OMR Pull Request `#456`
126
126
-`Jenkins test sanity xlinux jdk8 depends eclipse-openj9/openj9-omr#456`
@@ -243,7 +243,7 @@ Infrastructure pipelines are available [**here**](https://openj9-jenkins.osuosl.
- Mirrors [eclipse/omr/master](https://github.com/eclipse/omr/tree/master) to [eclipse-openj9/openj9-omr/master](https://github.com/eclipse-openj9/openj9-omr/tree/master)
246
+
- Mirrors [eclipse-omr/omr/master](https://github.com/eclipse-omr/omr/tree/master) to [eclipse-openj9/openj9-omr/master](https://github.com/eclipse-openj9/openj9-omr/tree/master)
247
247
- Triggers `Pipeline-OMR-Acceptance` when there is new content
Copy file name to clipboardExpand all lines: doc/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,6 @@ This directory contains the following types of documentation:
34
34
|`processes`| Process documentation for the OpenJ9 project. |
35
35
|`release-notes`| OpenJ9 release notes. |
36
36
37
-
:pencil: Developer documentation about OpenJ9 technology or components is best considered in tandem with the [documentation from Eclipse OMR](https://github.com/eclipse/omr/tree/master/doc), as OpenJ9 is built upon the foundational technologies provided by OMR.
37
+
:pencil: Developer documentation about OpenJ9 technology or components is best considered in tandem with the [documentation from Eclipse OMR](https://github.com/eclipse-omr/omr/tree/master/doc), as OpenJ9 is built upon the foundational technologies provided by OMR.
38
38
39
39
:pencil: User documentation for OpenJ9 is published at the [OpenJ9 website](https://www.eclipse.org/openj9/docs/)
Copy file name to clipboardExpand all lines: doc/compiler/README.md
+24-24
Original file line number
Diff line number
Diff line change
@@ -84,15 +84,15 @@ In the end code generators perform binary encoding to write the appropriate bits
84
84
85
85
* Overview of IL Generator (OMR)
86
86
* Introduction on Nodes, Trees, Treetops, Blocks, CFGs, and Structures (OMR)
87
-
*[Testarossa's Intermediate Language (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/il/IntroToTrees.md)
88
-
*[Symbols, Symbol References, and Aliasing in the OMR compiler (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/il/SymbolsSymrefsAliasing.md)
87
+
*[Testarossa's Intermediate Language (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/il/IntroToTrees.md)
88
+
*[Symbols, Symbol References, and Aliasing in the OMR compiler (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/il/SymbolsSymrefsAliasing.md)
0 commit comments