Skip to content

Commit 885d467

Browse files
authored
remove all GraalVM links
1 parent 66ffc5b commit 885d467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_overviews/jdk-compatibility/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ We generally recommend JDK 8 or 11 for *compiling* Scala code. Since the JVM ten
3232

3333
If you compile on JDK 11+ but have users on JDK 8, additional care is needed to avoid using APIs and features that don't exist in 8. Therefore, compiling on 8 may be the safer choice. Some Scala developers use JDK 11+ for their daily work but do release builds on JDK 8.
3434

35-
Additionally, you can also run your scala application on [GraalVM](https://www.graalvm.org/docs/reference-manual/scala/) which is a JVM. GraalVM performs well on the Scala benchmarks, and it benefits from GraalVM runtime and runs faster too.
35+
Additionally, you can also run your scala application on GraalVM which is a JVM. GraalVM performs well on the Scala benchmarks, and it benefits from GraalVM runtime and runs faster too.
3636

3737
## Long Term Support (LTS) versions
3838

@@ -50,7 +50,7 @@ In almost every case, you're free to use the JDK and JVM of your choice.
5050

5151
JDK 8 users typically use the Oracle JDK or some flavor of OpenJDK.
5252

53-
Most JDK 11+ users are using either OpenJDK or [GraalVM](https://www.graalvm.org/docs/reference-manual/scala/) which runs in the context of OpenJDK.
53+
Most JDK 11+ users are using either OpenJDK or GraalVM which runs in the context of OpenJDK.
5454

5555
OpenJDK comes in various flavors, offered by different providers. We build and test Scala using [AdoptOpenJDK](https://adoptopenjdk.net) in particular, but the differences are unlikely to matter to most users.
5656

0 commit comments

Comments
 (0)