Skip to content

Commit 7013a4d

Browse files
authored
SapMachine #2161: CheckFiles jtreg tests fails in SapMachine 27
1 parent 30c778e commit 7013a4d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/jdk/build/CheckFiles.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ public static void main(String[] args) throws Exception {
8484
allowedEndingsLibDir.add("fontconfig.bfc");
8585
allowedEndingsLibDir.add("fontconfig.properties.src");
8686
allowedEndingsLibDir.add("ct.sym");
87-
allowedEndingsLibDir.add("jrt-fs.jar");
87+
// SapMachine 2026-01-28 allow all jars because of our added async-profiler
88+
//allowedEndingsLibDir.add("jrt-fs.jar");
89+
allowedEndingsLibDir.add(".jar");
8890
allowedEndingsLibDir.add("jvm.cfg");
8991
allowedEndingsLibDir.add("modules");
9092
allowedEndingsLibDir.add("psfontj2d.properties");

0 commit comments

Comments
 (0)