Skip to content

Commit f4f1a41

Browse files
committedOct 6, 2022
7903346: Cannot compile jtreg with jdk-19
Reviewed-by: iris
1 parent de2c216 commit f4f1a41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/share/classes/com/sun/javatest/diff/SuperDiff.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,9 @@ void writeMainIndexList(String head, Map<String, File> map) throws IOException {
212212
}
213213
}
214214

215+
@SuppressWarnings("serial")
215216
static class SuperTable extends TreeMap<YearDay, Map<String, File>> {
216217

217-
static final long serialVersionUID = 5933594140534747584L;
218-
219218
SuperTable(File inDir, String resultPath) {
220219
super();
221220
for (File pDir : inDir.listFiles()) {

0 commit comments

Comments
 (0)
Please sign in to comment.