-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 7
-
Component/s: client-libs
-
Environment:
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