Skip to content

Commit 27a8c00

Browse files
authored
Update to use jtreg 7.3.1 (#4793)
See adoptium/jdk21u@6e54e82 Signed-off-by: Sophia Guo <[email protected]>
1 parent d6373e7 commit 27a8c00

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

openjdk/build.xml

+2-9
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,8 @@
6969
</then>
7070
</elseif>
7171
<elseif>
72-
<!-- version 21 -->
73-
<matches pattern="^21$" string="${JDK_VERSION}"/>
74-
<then>
75-
<property name="jtregTar" value="jtreg_7_2_1"/>
76-
</then>
77-
</elseif>
78-
<elseif>
79-
<!-- version 22 -->
80-
<matches pattern="^22$" string="${JDK_VERSION}"/>
72+
<!-- version 21, 22 -->
73+
<matches pattern="^2[12]$" string="${JDK_VERSION}"/>
8174
<then>
8275
<property name="jtregTar" value="jtreg_7_3_1_1"/>
8376
</then>

0 commit comments

Comments
 (0)