mention bug fixed in java 18
diff --git a/content/3.0/getting-started.md b/content/3.0/getting-started.md
index 49a7458..2b44deb 100644
--- a/content/3.0/getting-started.md
+++ b/content/3.0/getting-started.md
@@ -41,7 +41,7 @@
 <p class="alert alert-warning">Important notice when using PDFBox with Java 8 before 1.8.0_191 or Java 9 before 9.0.4</p>
 
 Due to the change of the java color management module towards "LittleCMS", users can experience slow performance in color operations.
-A solution is to disable LittleCMS in favor of the old KCMS (Kodak Color Management System) by:
+A solution for the versions above is to disable LittleCMS in favor of the old KCMS (Kodak Color Management System) by:
 
  - Starting with ``-Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider`` or
  - Calling ``System.setProperty("sun.java2d.cmm", "sun.java2d.cmm.kcms.KcmsServiceProvider")``
@@ -49,6 +49,8 @@
 Sources:
 https://bugs.openjdk.java.net/browse/JDK-8041125
 
+While the performance has somewhat improved since then, the first version that truly fixed the bug is Java 18.
+
 ## Rendering Performance ##
 
 <p class="alert alert-info">Since PDFBox 2.0.4</p>