Skip to content

Commit 3b96ec1

Browse files
committed
Update Eclipse OMR GitHub links to new eclipse-omr organization
Signed-off-by: Daryl Maier <[email protected]>
1 parent 83533e1 commit 3b96ec1

File tree

26 files changed

+135
-135
lines changed

26 files changed

+135
-135
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ reproducing issues and more. Contributions to the website
3030
(https://github.com/eclipse-openj9/openj9-website), to the user documentation
3131
(https://github.com/eclipse-openj9/openj9-docs), to the system verification tests
3232
(https://github.com/eclipse-openj9/openj9-systemtest), or to Eclipse OMR
33-
(https://github.com/eclipse/omr), which is an integral part of OpenJ9 are all
33+
(https://github.com/eclipse-omr/omr), which is an integral part of OpenJ9 are all
3434
also welcome.
3535

3636

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ What is Eclipse OpenJ9?
4646

4747
Eclipse OpenJ9 is an independent implementation of a Java Virtual Machine. "Independent implementation"
4848
means it was built using the Java Virtual Machine specification without using any code from any other Java
49-
Virtual Machine.
49+
Virtual Machine.
5050

5151
The OpenJ9 JVM combines with the Java Class libraries from OpenJDK to create a complete JDK tuned for
5252
footprint, performance, and reliability that is well suited for cloud deployments.
5353

5454
The original source contribution to OpenJ9 came from the IBM "J9" JVM which has been used in production
5555
by thousands of Java applications for the last two decades. In September 2017, IBM completed open sourcing
5656
the J9 JVM as "Eclipse OpenJ9" at the Eclipse Foundation. Significant parts of J9 are also open source
57-
at the [Eclipse OMR project](https://github.com/eclipse/omr). OpenJ9 has a permissive license (Apache
57+
at the [Eclipse OMR project](https://github.com/eclipse-omr/omr). OpenJ9 has a permissive license (Apache
5858
License 2.0 or Eclipse Public License 2.0 with a secondary compatibility license for the OpenJDK project's
5959
GPLv2 license) that is designed to allow OpenJDK to be built with the OpenJ9 JVM. Please see our
6060
[LICENSE file](https://github.com/eclipse-openj9/openj9/blob/master/LICENSE) for more details.

buildenv/jenkins/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ You can request a Pull Request build from the Eclipse OpenJ9 repository - [openj
116116

117117
##### Dependent Changes
118118

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
120120
- Request a build by including the PR ref or branch name in your trigger comment
121121
- Ex. Dependent change in OMR Pull Request `#123`
122122
- `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)
124124
- `Jenkins test sanity xlinux jdk8 depends eclipse/omr#master`
125125
- Ex. Dependent change in OpenJ9-OMR Pull Request `#456`
126126
- `Jenkins test sanity xlinux jdk8 depends eclipse-openj9/openj9-omr#456`
@@ -243,7 +243,7 @@ Infrastructure pipelines are available [**here**](https://openj9-jenkins.osuosl.
243243
- Mirror-OMR-to-OpenJ9-OMR
244244
- [![Build Status](https://openj9-jenkins.osuosl.org/buildStatus/icon?job=Mirror-OMR-to-OpenJ9-OMR)](https://openj9-jenkins.osuosl.org/job/Mirror-OMR-to-OpenJ9-OMR)
245245
- Description:
246-
- 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)
247247
- Triggers `Pipeline-OMR-Acceptance` when there is new content
248248
- Trigger:
249249
- Build periodically, 15 minutes

buildenv/jenkins/common/build.groovy

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,9 @@ def checkout_pullrequest() {
254254
if (omr_bool) {
255255
dir ('omr') {
256256
if (omr_upstream) {
257-
sh "git config remote.origin.url https://github.com/eclipse/omr.git"
257+
sh "git config remote.origin.url https://github.com/eclipse-omr/omr.git"
258258
}
259-
checkout_pullrequest(OMR_PR, 'eclipse/omr')
259+
checkout_pullrequest(OMR_PR, 'eclipse-omr/omr')
260260
}
261261
}
262262
}

buildenv/jenkins/jobs/infrastructure/omrMirror.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
timestamps {
2424
timeout(time: 1, unit: 'HOURS') {
2525
def HTTP = 'https://'
26-
def SRC_REPO = 'github.com/eclipse/omr.git'
26+
def SRC_REPO = 'github.com/eclipse-omr/omr.git'
2727
def TARGET_REPO = 'github.com/eclipse-openj9/openj9-omr.git'
2828
def ARCHIVE_FILE = "OMR_COMMIT"
2929

buildenv/jenkins/variables/defaults.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ openj9:
5757
repoUrl: 'https://github.com/eclipse-openj9/openj9.git'
5858
omr:
5959
default:
60-
repoUrl: 'https://github.com/eclipse/omr.git'
60+
repoUrl: 'https://github.com/eclipse-omr/omr.git'
6161
# Adoptium AQA Testing repository
6262
adoptopenjdk:
6363
default:

doc/GuideForCommitters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ possible between them.
140140
It is strongly recommended that you check that the tips of the
141141
`eclipse-openj9/openj9-omr` [`master`](https://github.com/eclipse-openj9/openj9-omr/tree/master),
142142
`eclipse-openj9/openj9-omr` [`openj9`](https://github.com/eclipse-openj9/openj9-omr/tree/openj9)
143-
and `eclipse/omr` [`master`](https://github.com/eclipse/omr/tree/master)
143+
and `eclipse-omr/omr` [`master`](https://github.com/eclipse-omr/omr/tree/master)
144144
branches are all the same before proceeding. If they are different,
145145
be aware that you will be introducing other OMR changes that have
146146
not yet passed an OMR Acceptance build. While not strictly

doc/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ This directory contains the following types of documentation:
3434
| `processes` | Process documentation for the OpenJ9 project. |
3535
| `release-notes` | OpenJ9 release notes. |
3636

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.
3838

3939
:pencil: User documentation for OpenJ9 is published at the [OpenJ9 website](https://www.eclipse.org/openj9/docs/)

doc/build-instructions/cmake.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ can be followed with the following modifications:
3737
- removing the `--with-free-marker-jar=` argument
3838
- adding `--with-cmake`
3939

40-
:pencil: For more CMake info see [OMR CMake documentation](https://github.com/eclipse/omr/blob/master/doc/BuildingWithCMake.md)
40+
:pencil: For more CMake info see [OMR CMake documentation](https://github.com/eclipse-omr/omr/blob/master/doc/BuildingWithCMake.md)
4141

4242
## FAQ
4343

doc/compiler/README.md

+24-24
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ In the end code generators perform binary encoding to write the appropriate bits
8484

8585
* Overview of IL Generator (OMR)
8686
* 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)
8989
* Reference of IL OpCodes
90-
* [IL OpCodes (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/il/ILOpcodes.md)
91-
* [Global Register Dependency (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/il/GlRegDeps.md)
92-
* [Node Transmutation (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/il/Node.md)
93-
* [Things to Consider When Adding a New IL Opcode (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/il/ExtendingTrees.md)
90+
* [IL OpCodes (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/il/ILOpcodes.md)
91+
* [Global Register Dependency (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/il/GlRegDeps.md)
92+
* [Node Transmutation (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/il/Node.md)
93+
* [Things to Consider When Adding a New IL Opcode (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/il/ExtendingTrees.md)
9494
* [IL FAQs (OpenJ9)](il/IL_FAQ.md)
95-
* [Tril (OMR)](https://github.com/eclipse/omr/tree/master/doc/compiler/tril)
95+
* [Tril (OMR)](https://github.com/eclipse-omr/omr/tree/master/doc/compiler/tril)
9696
</details>
9797

9898
* <details><summary><b>3. Optimizer</b></summary>
@@ -105,22 +105,22 @@ In the end code generators perform binary encoding to write the appropriate bits
105105
* [Global Optimizations](optimizer/GlobalOptimizationsSummary.md)
106106
* Escape Analysis
107107
* [Escape Analysis Optimization in OpenJ9 (YouTube)](https://youtu.be/694S8Tblfcg)
108-
* [Data-Flow Engine (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/optimizer/DataFlowEngine.md)
108+
* [Data-Flow Engine (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/optimizer/DataFlowEngine.md)
109109
* [Control Flow Optimizations](optimizer/ControlFlowOptimizationsSummary.md)
110110
* [Exception Directed Optimization (EDO)](optimizer/EdoOptimization.md)
111111
* Inlining
112-
* [Overview of Inlining (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/optimizer/Inliner.md)
113-
* [BenefitInliner (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/optimizer/BenefitInliner.md)
112+
* [Overview of Inlining (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/optimizer/Inliner.md)
113+
* [BenefitInliner (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/optimizer/BenefitInliner.md)
114114
* [Inline Fast Path Locations (OpenJ9)](optimizer/inlineFastPathLocations.md)
115115
* [Loop Optimizations](optimizer/LoopOptimizationSummary.md)
116-
* [Introduction on Loop Optimizations (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/optimizer/IntroLoopOptimizations.md)
116+
* [Introduction on Loop Optimizations (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/optimizer/IntroLoopOptimizations.md)
117117
* Value Propagation
118-
* [Value Propagation (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/optimizer/ValuePropagation.md)
118+
* [Value Propagation (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/optimizer/ValuePropagation.md)
119119
* [Overview of Value Propagation Compiler Optimization (YouTube)](https://youtu.be/694S8Tblfcg)
120120
* Hot Code Replacement (HCR)
121121
* [Next Gen HCR (OpenJ9)](hcr/OSR.md)
122122
* On Stack Replacement (OSR)
123-
* [Introduction to OSR (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/osr/OSR.md)
123+
* [Introduction to OSR (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/osr/OSR.md)
124124
* [OSR-based Optimizations (OpenJ9)](hcr/OSR.md)
125125
* [Improved JVM Debug Mode Based on OSR (OpenJ9)](https://blog.openj9.org/2019/04/30/introduction-to-full-speed-debug-base-on-osr/)
126126
* [Method Handles (OpenJ9)](methodHandles/MethodHandles.md)
@@ -134,7 +134,7 @@ In the end code generators perform binary encoding to write the appropriate bits
134134
* Tree Evaluator
135135
* Register Assignment
136136
* X86
137-
* [X86 Binary Encoding Scheme (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/x/OpCodeEncoding.md)
137+
* [X86 Binary Encoding Scheme (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/x/OpCodeEncoding.md)
138138
* PowerPC
139139
* s390
140140
* ARM
@@ -159,22 +159,22 @@ In the end code generators perform binary encoding to write the appropriate bits
159159
* <details><summary><b>7. Runtime</b></summary>
160160

161161
* Overview of Runtime
162-
* [Code Metadata and Code Metadata Manager (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/runtime/CodeMetaData.md)
162+
* [Code Metadata and Code Metadata Manager (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/runtime/CodeMetaData.md)
163163
* [Code Cache Reclamation (OpenJ9)](runtime/CodeCacheReclamation.md)
164164
* [Metadata Reclamation (OpenJ9)](runtime/MetadataReclamation.md)
165165
* [JIT Hooks (OpenJ9)](runtime/JITHooks.md)
166166
* [Recompilation (OpenJ9)](runtime/Recompilation.md)
167167
* [Exception Handling (OpenJ9)](runtime/ExceptionHandling.md)
168168
* [Runtime Assumption (OpenJ9)](runtime/RuntimeAssumption.md)
169-
* [ELF Generator (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/runtime/ELFGenerator.md#elfgenerator)
169+
* [ELF Generator (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/runtime/ELFGenerator.md#elfgenerator)
170170
* [Dynamic Loop Transfer (DLT) (OpenJ9)](https://github.com/eclipse-openj9/openj9/issues/12505)
171171
* Stack Walker
172172
* [J9JITExceptionTable (OpenJ9)](runtime/J9JITExceptionTable.md)
173173
</details>
174174

175175
* <details><summary><b>8. Memory</b></summary>
176176

177-
* [OMR Compiler Memory Manager (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/memory/MemoryManager.md)
177+
* [OMR Compiler Memory Manager (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/memory/MemoryManager.md)
178178
* [OpenJ9 Compiler Memory Manager (OpenJ9)](memory/MemoryManager.md)
179179
* [Allocating Memory in the Compiler (OpenJ9)](https://blog.openj9.org/2018/06/28/allocating-memory-in-the-compiler/)
180180
</details>
@@ -185,24 +185,24 @@ In the end code generators perform binary encoding to write the appropriate bits
185185
* <details><summary><b>11. Concepts</b></summary>
186186

187187
* Extensible Classes
188-
* [Extensible Classes (OMR)](https://github.com/eclipse/omr/tree/master/doc/compiler/extensible_classes)
188+
* [Extensible Classes (OMR)](https://github.com/eclipse-omr/omr/tree/master/doc/compiler/extensible_classes)
189189
* [Extensible Classes (YouTube)](https://youtu.be/MtsOdx_1hug)
190-
* [Mainline and Out of Line Code (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/il/MainlineAndOutOfLineCode.md)
191-
* [Regular Expression (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/regular_expression/Regular_Expression.md)
190+
* [Mainline and Out of Line Code (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/il/MainlineAndOutOfLineCode.md)
191+
* [Regular Expression (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/regular_expression/Regular_Expression.md)
192192
* [JIT Write Barriers (OpenJ9)](concepts/JitWriteBarriers.md)
193193
</details>
194194

195195
* <details><summary><b>12. Debug</b></summary>
196196

197-
* [Problem Determination Guide (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/ProblemDetermination.md)
198-
* [Introduction on Reading JIT Compilation Logs (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/optimizer/IntroReadLogFile.md)
197+
* [Problem Determination Guide (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/ProblemDetermination.md)
198+
* [Introduction on Reading JIT Compilation Logs (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/optimizer/IntroReadLogFile.md)
199199
* [Part 1: Diagnosing Compilation Problems Using the JIT Verbose Log (YouTube)](https://youtu.be/xG9d4VVRltc)
200200
* [Part 2: Diagnosing Compilation Problems Using the JIT Verbose Log (YouTube)](https://youtu.be/S4DSOuIcUo4)
201201
* [Command-line Options](https://www.eclipse.org/openj9/docs/cmdline_specifying/)
202-
* [Compiler Options (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/CompilerOptions.md)
202+
* [Compiler Options (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/CompilerOptions.md)
203203
* [Lightning Talks - Verbose JIT Logs (YouTube)](https://youtu.be/-bQzHMisg_Y)
204204
* [Lightning Talks - JIT Compiler Logs (YouTube)](https://youtu.be/cwCaXQD9PgQ)
205-
* [Debug Counters (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/debug/DebugCounters.md)
205+
* [Debug Counters (OMR)](https://github.com/eclipse-omr/omr/blob/master/doc/compiler/debug/DebugCounters.md)
206206
* JitDump
207207
* [Debugging with JitDump (YouTube)](https://youtu.be/hfl6511x8LA)
208208
* [JIT Dump (OpenJ9)](https://github.com/eclipse-openj9/openj9/issues/12521)

0 commit comments

Comments
 (0)