-
Bug
-
Resolution: Unresolved
-
P4
-
7
-
solaris 11 sparcv9
test closed/sun/java2d/DirectX/FsExitCrash.java failed on solaris 11 sparcv9 with timeout
suggested fix:
29c29
< "java FsFrame");
---
> "java -cp " + System.getProperty("test.classes", "") + "FsFrame");
test works fine with this fix
see comments for more details
suggested fix:
29c29
< "java FsFrame");
---
> "java -cp " + System.getProperty("test.classes", "") + "FsFrame");
test works fine with this fix
see comments for more details