Add JDK 17 to available test runtimes.

Bug: b/174431251
Bug: b/227160049
Bug: b/227161271
Bug: b/227161720
Change-Id: Iff8520df27760cc475069f11921db73ea02764ca
diff --git a/tools/test.py b/tools/test.py
index 5b1a914..1e5499f 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -57,6 +57,7 @@
   'jdk8',
   'jdk9',
   'jdk11',
+  'jdk17',
 ] + [ 'dex-%s' % dexvm for dexvm in ALL_ART_VMS ]
 
 def ParseOptions():