diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a7dff2c8..0273032a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@ All notable changes to this project will be documented in this file.
- [#2600] Sprite/button outline incorrect calculation caused by clipping
- [#2612] SVG export - handle incorrect surrogate pairs in text
- [#2612] SVG export - problems with retain shape bounds setting
+- [#2609] JDK 25+ warnings on console about native access
### Changed
- [#2575] dumpSWF CLI command only allows single SWF dump (no imports, etc.)
@@ -4098,6 +4099,7 @@ Major version of SWF to XML export changed to 2.
[#2586]: https://www.free-decompiler.com/flash/issues/2586
[#2600]: https://www.free-decompiler.com/flash/issues/2600
[#2612]: https://www.free-decompiler.com/flash/issues/2612
+[#2609]: https://www.free-decompiler.com/flash/issues/2609
[#2556]: https://www.free-decompiler.com/flash/issues/2556
[#2536]: https://www.free-decompiler.com/flash/issues/2536
[#2537]: https://www.free-decompiler.com/flash/issues/2537
diff --git a/build.xml b/build.xml
index bc7f19a6c..5954e1653 100644
--- a/build.xml
+++ b/build.xml
@@ -712,6 +712,7 @@
+
diff --git a/libsrc/ffdec_cli/build.xml b/libsrc/ffdec_cli/build.xml
index e0c2ccf8c..3cbc1a581 100644
--- a/libsrc/ffdec_cli/build.xml
+++ b/libsrc/ffdec_cli/build.xml
@@ -139,6 +139,7 @@
+
diff --git a/libsrc/ffdec_lib/build.xml b/libsrc/ffdec_lib/build.xml
index 93d74a234..dbe976361 100644
--- a/libsrc/ffdec_lib/build.xml
+++ b/libsrc/ffdec_lib/build.xml
@@ -242,7 +242,9 @@
-
+
+
+