We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af7da3 commit 4557832Copy full SHA for 4557832
docs-java/process/maintenance/optimize/jvm/graal.md
@@ -6,7 +6,7 @@ slug: /optimize/jvm/graalvm
6
7
# GraalVM
8
9
-::: tip
+:::tip
10
11
这些参数只适合 GraalVM EE
12
@@ -28,4 +28,4 @@ GraalVM 不适合使用 ZGC,会导致重要优化被禁用
28
29
## 正在考虑的flag
30
31
-更激进的内联,在 Graal 中通过`-Dgraal.BaseTargetSpending=160`(默认为 120)和 OpenJDK 中的其他一些标志。具有较大缓存的 CPU 可能会从中受益
+更激进的内联,在 Graal 中通过`-Dgraal.BaseTargetSpending=160`(默认为 120)和 OpenJDK 中的其他一些标志。具有较大缓存的 CPU 可能会从中受益
0 commit comments