Skip to content

Commit 8cc2497

Browse files
committed
Remove statement
1 parent adf4cac commit 8cc2497

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

docs/getting-started/get-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ redirect_from: /docs/getting-started/
88

99
# Getting Started with Oracle GraalVM
1010

11-
Oracle GraalVM is an advanced JDK with ahead-of-time Native Image compilation.
1211
Here you can find information about how to install Oracle GraalVM and run basic applications with it.
1312

1413
If you are new to Oracle GraalVM, we recommend starting with the [GraalVM Overview](../introduction.md), where you will find information about GraalVM's benefits, distributions, certified platforms, available features, and licensing.

docs/introduction.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ redirect_from: /docs/introduction/
88

99
# Introduction to GraalVM
1010

11-
GraalVM is an advanced JDK with ahead-of-time Native Image compilation.
12-
1311
GraalVM accelerates application performance while consuming fewer resources—improving application efficiency and reducing IT costs.
1412
It achieves this by compiling your Java application ahead of time into a native binary.
1513
The binary is smaller, starts up to 100x faster, provides peak performance with no warmup, and uses less memory and CPU than an application running on a Java Virtual Machine (JVM).

docs/oracle-graalvm/overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ permalink: /overview/
55

66
# Overview
77

8-
Oracle GraalVM is an advanced JDK with ahead-of-time Native Image compilation.
9-
108
Oracle GraalVM accelerates application performance while consuming fewer resources—improving application efficiency and reducing IT costs.
119
It achieves this by compiling your Java application ahead of time into a native binary.
1210
The binary is smaller, starts up to 100x faster, provides peak performance with no warmup, and uses less memory and CPU than an application running on a Java Virtual Machine (JVM).

0 commit comments

Comments
 (0)