Skip to content

Commit 21fa169

Browse files
authored
Update jtreg version to 7.3.1+1 for Java 22 (#4717)
Signed-off-by: Keith W. Campbell <[email protected]>
1 parent 67a4672 commit 21fa169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openjdk/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<!-- version 22 -->
8080
<matches pattern="^22$" string="${JDK_VERSION}"/>
8181
<then>
82-
<property name="jtregTar" value="jtreg_7_3_1"/>
82+
<property name="jtregTar" value="jtreg_7_3_1_1"/>
8383
</then>
8484
</elseif>
8585
<else>

0 commit comments

Comments
 (0)