From d0b7fb953777ab6d6ff20eaae206db5f57d0d31a Mon Sep 17 00:00:00 2001 From: Jie Fu Date: Tue, 26 Mar 2024 10:43:48 +0800 Subject: [PATCH] 8329012: IGV: Update required JDK version in README.md --- 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 a14fc15d51278..904c7b9eaf60b 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