Skip to content

Commit

Permalink
[Misc] Update dragonwell links to new org
Browse files Browse the repository at this point in the history
Summary: Dragonwell has been migrated to the new org 'dragonwell-project'. We should update links to it.

Test Plan: -

Reviewed-by: D-D-H, Accelerator1996

Issue: #527
  • Loading branch information
zhengxiaolinX committed Mar 15, 2023
1 parent e63b101 commit 9dca7b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
![Dragonwell Logo](https://raw.githubusercontent.com/wiki/alibaba/dragonwell8/images/dragonwell_std_txt_horiz.png)
![Dragonwell Logo](https://raw.githubusercontent.com/wiki/dragonwell-project/dragonwell8/images/dragonwell_std_txt_horiz.png)

[Alibaba Dragonwell8 User Guide](https://github.com/alibaba/dragonwell8/wiki/Alibaba-Dragonwell8-User-Guide)
[Alibaba Dragonwell8 User Guide](https://github.com/dragonwell-project/dragonwell8/wiki/Alibaba-Dragonwell8-User-Guide)

[Alibaba Dragonwell8 Extended Edition Release Notes](https://github.com/alibaba/dragonwell8/wiki/Alibaba-Dragonwell8-Extended-Edition-Release-Notes)
[Alibaba Dragonwell8 Extended Edition Release Notes](https://github.com/dragonwell-project/dragonwell8/wiki/Alibaba-Dragonwell8-Extended-Edition-Release-Notes)

[Alibaba Dragonwell8 Standard Edition Release Notes](https://github.com/alibaba/dragonwell8/wiki/Alibaba-Dragonwell8-Standard-Edition-Release-Notes)
[Alibaba Dragonwell8 Standard Edition Release Notes](https://github.com/dragonwell-project/dragonwell8/wiki/Alibaba-Dragonwell8-Standard-Edition-Release-Notes)

# Introduction

Expand All @@ -25,7 +25,7 @@ Alibaba Dragonwell JDK currently supports Linux/x86_64 platform only.
##### Option 1, Download and install pre-built Alibaba Dragonwell

* You may download a pre-built Alibaba Dragonwell JDK from its GitHub page:
https://github.com/alibaba/dragonwell8/releases.
https://github.com/dragonwell-project/dragonwell8/releases.
* Uncompress the package to the installation directory.

##### Option 2, Install via YUM
Expand Down
14 changes: 7 additions & 7 deletions jdk/test/ProblemList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -428,13 +428,13 @@ com/alibaba/wisp/monitor/PassTokenTest.java generic-all
com/alibaba/wisp/bug/WispSelectorReadyOpsTest.java generic-all
com/alibaba/wisp2/NmtTracingWispTaskRecycleTest.java generic-all
com/alibaba/wisp2/WispControlGroupCpuTest.java generic-all
com/alibaba/wisp/ExecutionTest.java https://github.com/alibaba/dragonwell8/issues/371 generic-all
com/alibaba/wisp/IoTest.java https://github.com/alibaba/dragonwell8/issues/371 generic-all
com/alibaba/wisp/io/GlobalPollerTest.java https://github.com/alibaba/dragonwell8/issues/371 generic-all
com/alibaba/wisp2/CarrierAsPollerTest.java https://github.com/alibaba/dragonwell8/issues/371 generic-all
com/alibaba/wisp2/Wisp2TimerRemoveTest.java https://github.com/alibaba/dragonwell8/issues/360 generic-all
com/alibaba/wisp/thread/PreemptTest.java https://github.com/alibaba/dragonwell8/issues/388 generic-all
com/alibaba/wisp2/yield/YieldFewNanosTest.java https://github.com/alibaba/dragonwell8/issues/378 generic-all
com/alibaba/wisp/ExecutionTest.java https://github.com/dragonwell-project/dragonwell8/issues/371 generic-all
com/alibaba/wisp/IoTest.java https://github.com/dragonwell-project/dragonwell8/issues/371 generic-all
com/alibaba/wisp/io/GlobalPollerTest.java https://github.com/dragonwell-project/dragonwell8/issues/371 generic-all
com/alibaba/wisp2/CarrierAsPollerTest.java https://github.com/dragonwell-project/dragonwell8/issues/371 generic-all
com/alibaba/wisp2/Wisp2TimerRemoveTest.java https://github.com/dragonwell-project/dragonwell8/issues/360 generic-all
com/alibaba/wisp/thread/PreemptTest.java https://github.com/dragonwell-project/dragonwell8/issues/388 generic-all
com/alibaba/wisp2/yield/YieldFewNanosTest.java https://github.com/dragonwell-project/dragonwell8/issues/378 generic-all

# resource limit

Expand Down

0 comments on commit 9dca7b6

Please sign in to comment.