From 44549b605a7aad1e3143a4058ef6504a7c04167a Mon Sep 17 00:00:00 2001 From: Jie Fu Date: Tue, 26 Mar 2024 06:01:06 +0000 Subject: [PATCH] 8329012: IGV: Update required JDK version in README.md Reviewed-by: rcastanedalo --- src/utils/IdealGraphVisualizer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/IdealGraphVisualizer/README.md b/src/utils/IdealGraphVisualizer/README.md index a14fc15d512..904c7b9eaf6 100644 --- a/src/utils/IdealGraphVisualizer/README.md +++ b/src/utils/IdealGraphVisualizer/README.md @@ -8,7 +8,7 @@ tool itself is fairly general with only a few modules that contain C2 specific elements. The tool is built on top of the NetBeans Platform, and requires a JDK version -between 11 and 17 (the JDKs supported by the current NetBeans Platform). +between 17 and 21 (the JDKs supported by the current NetBeans Platform). # Building and Running